mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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>
This commit is contained in:
18
dev-raku/System-Query/System-Query-0.1.6-r1.ebuild
Normal file
18
dev-raku/System-Query/System-Query-0.1.6-r1.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
inherit rakudo
|
||||
|
||||
DESCRIPTION="It collapses JSON dependent upon certain environmental information"
|
||||
HOMEPAGE="https://raku.land/zef:tony-o/System::Query"
|
||||
SRC_URI="mirror://zef/S/YS/SYSTEM_QUERY/d254fdd0efd10a06bde98ee99b6ab1349532760a.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="primaryuri"
|
||||
DOCS="README.md"
|
||||
BDEPEND="test? ( dev-raku/JSON-Fast )"
|
||||
S="${WORKDIR}"
|
||||
Reference in New Issue
Block a user