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
29
Merge Requests
29
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
fdd88d78
Unverified
Commit
fdd88d78
authored
Feb 14, 2020
by
Kiyoshi Aman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/perl-hash-defhash: new package
parent
59360d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
user/perl-hash-defhash/APKBUILD
user/perl-hash-defhash/APKBUILD
+34
-0
No files found.
user/perl-hash-defhash/APKBUILD
0 → 100644
View file @
fdd88d78
# Contributor: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-hash-defhash
_pkgreal
=
Hash-DefHash
_author
=
PERLANCAR
_au
=
${
_author
%%
"
${
_author
#??
}
"
}
_a
=
${
_author
%%
"
${
_author
#?
}
"
}
pkgver
=
0.071
pkgrel
=
0
pkgdesc
=
"Perl module for providing an OO interface to hashes"
url
=
"https://metacpan.org/pod/Hash::DefHash"
arch
=
"noarch"
license
=
"Artistic-2.0 OR GPL-2.0-only"
depends
=
"perl perl-string-trim-more"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/
$_a
/
$_au
/
$_author
/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Hash-DefHash-
$pkgver
"
build
()
{
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
make
}
check
()
{
make
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"0ab03b03f3269e4afa5027335cfbae5cf24023762268eebdbff6e086bb7c5cf2089b96cf7ee69b400afa29b98212d9441701a297a8c9cc5ac76267cf764d92cf Hash-DefHash-0.071.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