mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
dev-java/mill-bin: add 0.9.9
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
23
dev-java/mill-bin/mill-bin-0.9.9.ebuild
Normal file
23
dev-java/mill-bin/mill-bin-0.9.9.ebuild
Normal 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-1.8:*"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
|
||||
}
|
||||
Reference in New Issue
Block a user