dev-util/lonestar - 1.0.4 (sk-overlay)

Search

Package Information

Description:
A small Bash application to install the Rakudo Star Perl 6 distribution
Homepage:
https://gitlab.com/tyil/lonestar
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.4 6 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A small Bash application to install the Rakudo Star Perl 6 distribution"
HOMEPAGE="https://gitlab.com/tyil/lonestar"
SRC_URI="https://gitlab.com/tyil/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_compile() {
	:;
}

src_install() {
	emake DESTDIR="${D}/usr" ETCDIR="${D}/etc" install
}

Manifest for 1.0.4

Type File Size Source URLs
DIST lonestar-1.0.4.tar.gz 17314 bytes https://gitlab.com/tyil/lonestar/-/archive/v1.0.4/lonestar-v1.0.4.tar.gz