mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -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:
1
dev-raku/URI-Encode/Manifest
Normal file
1
dev-raku/URI-Encode/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST URI-Encode-0.09.tar.gz 3392 BLAKE2B 495f412c7a6d54f9e959dffdb9e6c43250ab46862cb40e1e33c620112b5d09cdc0c5dec6569c697903d6a81994b16456d303dc710ddb6f580bc2593c199c242b SHA512 e6b6943d8d13be52f7e44e7e72a56236b23ad855b9a378f55fc16df213d638a07a626b64d809767cad1b3162760d42e211aa66e36f18c643190c39bdc49b50c5
|
||||
16
dev-raku/URI-Encode/URI-Encode-0.09.ebuild
Normal file
16
dev-raku/URI-Encode/URI-Encode-0.09.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
inherit rakudo
|
||||
|
||||
DESCRIPTION="A Raku module for encoding / decoding URIs"
|
||||
HOMEPAGE="https://github.com/raku-community-modules/URI-Encode"
|
||||
SRC_URI="mirror://zef/U/RI/URI_ENCODE/44046038356c5e83ec603dff2486d91870355c28.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="FreeBSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="primaryuri"
|
||||
DOCS="README.md"
|
||||
S="${WORKDIR}/dist"
|
||||
4
dev-raku/URI-Encode/metadata.xml
Normal file
4
dev-raku/URI-Encode/metadata.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user