Files
guru/dev-raku/Getopt-Long/Getopt-Long-0.3.3-r1.ebuild
amano.kenji 78362dcc30 Add rakudo.eclass and dev-raku/*
rakudo.eclass requires install-dist.raku installed by a modified version
of dev-lang/rakudo. Gentoo overlay's dev-lang/rakudo doesn't install
install-dist.raku.

rakudo.eclass is minimal and elegant. dev-raku/* packages depend on
rakudo.eclass.

Signed-off-by: amano.kenji <amano.kenji@proton.me>
2023-02-02 12:16:53 +00:00

20 lines
437 B
Bash

# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit rakudo
DESCRIPTION="A powerful getopt implementation"
HOMEPAGE="https://raku.land/cpan:LEONT/Getopt::Long"
SRC_URI="mirror://cpan/authors/id//L/LE/LEONT/Perl6/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
DOCS="README.md Changes"
src_test() {
raku -I lib t/basic.t || die
}