Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Adélie Package Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
BTS
BTS
Labels
Merge Requests
26
Merge Requests
26
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
82fe5d55
Unverified
Commit
82fe5d55
authored
Feb 15, 2020
by
Kiyoshi Aman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/perl-hash-fieldhash: new package
parent
c780f9f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
user/perl-hash-fieldhash/APKBUILD
user/perl-hash-fieldhash/APKBUILD
+30
-0
No files found.
user/perl-hash-fieldhash/APKBUILD
0 → 100644
View file @
82fe5d55
# 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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment