Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
7e27e75d
Commit
7e27e75d
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-params-util: new package
parent
8ec42f18
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!63
Add GNU stow
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/perl-params-util/APKBUILD
+35
-0
35 additions, 0 deletions
user/perl-params-util/APKBUILD
with
35 additions
and
0 deletions
user/perl-params-util/APKBUILD
0 → 100644
+
35
−
0
View file @
7e27e75d
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-params-util
_pkgreal
=
Params-Util
pkgver
=
1.07
pkgrel
=
5
pkgdesc
=
"Simple, compact and correct param-checking functions"
url
=
"https://metacpan.org/release/Params-Util"
arch
=
"all"
license
=
"GPL-1.0+ OR Artistic-1.0-Perl"
depends
=
"perl"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/A/AD/ADAMK/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
build
()
{
cd
"
$builddir
"
unset
CFLAGS
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56 Params-Util-1.07.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment