summaryrefslogtreecommitdiff
path: root/dev-java/mill-bin/mill-bin-0.9.10.ebuild
blob: bface58632d1d8e6f15c0a3a05dc1d3c14cd0a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2022 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"

RDEPEND=">=virtual/jre-1.8:*"

S="${WORKDIR}"

src_install() {
	newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
}