mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-java/mill-bin: initial import
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
1
dev-java/mill-bin/Manifest
Normal file
1
dev-java/mill-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 0.9.7-assembly 62560866 BLAKE2B d835307d1bc872943a7ca2c62b52b562287f608b1578f33375c85086491f90d9e7a46da59882ad5bf4de6ba682ba2737a4a543e9a1c53543fe2d7eaafd687c46 SHA512 cf399209222e08e7aad5f39c36a64db4ab8ce055e50763561fae6867908640fa1b7704a41625719dbd2f19cae5f17937bda1f6338be038038beb5f8ca150b011
|
||||
8
dev-java/mill-bin/metadata.xml
Normal file
8
dev-java/mill-bin/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type='person'>
|
||||
<email>flo@geekplace.eu</email>
|
||||
<name>Florian Schmaus</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
23
dev-java/mill-bin/mill-bin-0.9.7.ebuild
Normal file
23
dev-java/mill-bin/mill-bin-0.9.7.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"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
|
||||
}
|
||||
Reference in New Issue
Block a user