mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
# Maintainer: Celeste <cielesti@protonmail.com>
|
|
maintainer="Celeste <cielesti@protonmail.com>"
|
|
pkgname=raku-data-dump
|
|
pkgver=0.0.16_git20250123
|
|
_gitrev=6993d0edee9f4d0211a7a1416640a74ca6a677f8
|
|
pkgrel=0
|
|
pkgdesc="Data dumper"
|
|
url="https://github.com/tony-o/perl6-data-dump"
|
|
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/tony-o/perl6-data-dump/archive/$_gitrev.tar.gz"
|
|
builddir="$srcdir/perl6-data-dump-$_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'
|
|
}
|
|
|
|
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="
|
|
fe1f437e1bee2f20d6750a26cec945063fecf234614d576e5499bf1c582eb5dc6bb41e81d36d224c5e9ad889f696ac5914f332011faac15461f767fe70917481 raku-data-dump-6993d0edee9f4d0211a7a1416640a74ca6a677f8.tar.gz
|
|
"
|