mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/raku-functionalparsers: new aport
https://github.com/antononcube/Raku-FunctionalParsers System of functional parsers (combinators, transformers, generators)
This commit is contained in:
parent
1eb66ad279
commit
751fcf0db5
39
testing/raku-functionalparsers/APKBUILD
Normal file
39
testing/raku-functionalparsers/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
|
maintainer="Celeste <cielesti@protonmail.com>"
|
||||||
|
pkgname=raku-functionalparsers
|
||||||
|
pkgver=0.1.10
|
||||||
|
_gitrev=8679ba23c257535df73684efb9d4d144509fc5af
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="System of functional parsers (combinators, transformers, generators)"
|
||||||
|
url="https://github.com/antononcube/Raku-FunctionalParsers"
|
||||||
|
arch="all"
|
||||||
|
license="Artistic-2.0"
|
||||||
|
depends="rakudo"
|
||||||
|
makedepends="moarvm-dev rakudo-dev"
|
||||||
|
checkdepends="perl-utils"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="$pkgname-$_gitrev.tar.gz::https://github.com/antononcube/Raku-FunctionalParsers/archive/$_gitrev.tar.gz"
|
||||||
|
builddir="$srcdir/Raku-FunctionalParsers-$_gitrev"
|
||||||
|
options="!archcheck" # Precompiled arch dependent files included (quiet noarch warning)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
RAKUDO_RERESOLVE_DEPENDENCIES=0 \
|
||||||
|
/usr/share/rakudo/tools/install-dist.raku \
|
||||||
|
--to=output --for=vendor
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
prove -e 'raku -Ilib' --ext .rakutest
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir"/usr/share/rakudo
|
||||||
|
cp -RT output "$pkgdir"/usr/share/rakudo/vendor
|
||||||
|
|
||||||
|
install -Dvm644 META6.json README.md \
|
||||||
|
-t "$pkgdir"/usr/share/doc/$pkgname/
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
c568fb90677706b75dd0141928632b1ea4a36dda9fcf4f5857c475065e5b50ee056f0526c4f313c5b252ab7a788fce12333ef019e5d890833843b9411104d429 raku-functionalparsers-8679ba23c257535df73684efb9d4d144509fc5af.tar.gz
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user