dev-java/mill-bin: add 0.9.8, drop 0.9.7

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
Florian Schmaus
2021-06-01 09:54:02 +02:00
parent 7d69768a68
commit 753d2a5936
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN=${PN%-bin}
DESCRIPTION="A Java/Scala build tool"
HOMEPAGE="https://com-lihaoyi.github.io/mill/"
SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="virtual/jre"
S="${WORKDIR}"
src_install() {
newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
}