summaryrefslogtreecommitdiff
path: root/user/perl-hash-fieldhash
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-02-16 21:13:53 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-02-16 21:13:53 +0000
commitdbbc5072f5c2b428de142604b9c1c70b4159a845 (patch)
treea3956d8d7cc74f020d042e34eb808a49ac4860c9 /user/perl-hash-fieldhash
parent9d8715562c846a78b9679d405d136e05a2fa330f (diff)
parentca5ed52ede018f31ebfd896d367f589675e62b7e (diff)
downloadpackages-dbbc5072f5c2b428de142604b9c1c70b4159a845.tar.gz
packages-dbbc5072f5c2b428de142604b9c1c70b4159a845.tar.bz2
packages-dbbc5072f5c2b428de142604b9c1c70b4159a845.tar.xz
packages-dbbc5072f5c2b428de142604b9c1c70b4159a845.zip
Merge branch 'bumps.aerdan.20200214' into 'master'
Bumps for packages owned by Kiyoshi Aman as of 15 Feb 2020 See merge request adelie/packages!400
Diffstat (limited to 'user/perl-hash-fieldhash')
-rw-r--r--user/perl-hash-fieldhash/APKBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/user/perl-hash-fieldhash/APKBUILD b/user/perl-hash-fieldhash/APKBUILD
new file mode 100644
index 000000000..6cdef3d9a
--- /dev/null
+++ b/user/perl-hash-fieldhash/APKBUILD
@@ -0,0 +1,30 @@
+# Contributor: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+pkgname=perl-hash-fieldhash
+pkgver=0.15
+pkgrel=0
+pkgdesc="Lightweight fields for inside-out Perl objects"
+url="https://metacpan.org/pod/Hash::FieldHash"
+arch="all"
+license="Artistic-2.0 OR GPL-2.0-only"
+depends="perl"
+checkdepends="perl-test-leaktrace"
+makedepends="perl-dev perl-module-build"
+subpackages="$pkgname-doc"
+source="https://cpan.metacpan.org/authors/id/G/GF/GFUJI/Hash-FieldHash-$pkgver.tar.gz"
+builddir="$srcdir/Hash-FieldHash-$pkgver"
+
+build() {
+ PERL5LIB="." perl Build.PL --destdir="$pkgdir" --prefix="/usr" --installdirs="vendor"
+ ./Build
+}
+
+check() {
+ ./Build test
+}
+
+package() {
+ ./Build install
+}
+
+sha512sums="2f42b0e7efdba03b99c9646882afc47130de1989777eb1ceaf8031769a3a11ebdaa841abedea8288b770aa27c44108846d0765f531a35d707e44a8c1f0f8036e Hash-FieldHash-0.15.tar.gz"