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
9b2f5fa0
Verified
Commit
9b2f5fa0
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-moosex-getopt: new package
parent
42a4cfc0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/perl-moosex-getopt/APKBUILD
+36
-0
36 additions, 0 deletions
user/perl-moosex-getopt/APKBUILD
with
36 additions
and
0 deletions
user/perl-moosex-getopt/APKBUILD
0 → 100644
+
36
−
0
View file @
9b2f5fa0
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-moosex-getopt
pkgver
=
0.74
pkgrel
=
0
pkgdesc
=
"Perl Moose role for processing command line arguments"
url
=
"https://metacpan.org/release/MooseX-Getopt"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl"
depends
=
"perl-getopt-long-descriptive perl-moose perl-moosex-role-parameterised
perl-namespace-autoclean perl-try-tiny"
makedepends
=
"perl-dev perl-module-build-tiny"
checkdepends
=
"perl-moosex-strictconstructor perl-path-tiny perl-test-deep
perl-test-fatal perl-test-needs perl-test-trap perl-test-warnings"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/MooseX-Getopt-
$pkgver
"
build
()
{
cd
"
$builddir
"
PERL_MM_FALLBACK_SILENCE_WARNING
=
1
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
=
"3b7ea4f75192c62936f7838809a4a3facc4ccc38fb9db5affd46d07273ac1ffadd5ddb0882fe5d29870bf4b8c816916febdc3748747223c837fc87c65faa60ac MooseX-Getopt-0.74.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