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
04ebf9d8
Verified
Commit
04ebf9d8
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-moosex-strictconstructor: new package
parent
308e97d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/perl-moosex-strictconstructor/APKBUILD
+34
-0
34 additions, 0 deletions
user/perl-moosex-strictconstructor/APKBUILD
with
34 additions
and
0 deletions
user/perl-moosex-strictconstructor/APKBUILD
0 → 100644
+
34
−
0
View file @
04ebf9d8
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-moosex-strictconstructor
pkgver
=
0.21
pkgrel
=
0
pkgdesc
=
"Ensure unknown attributes passed to Perl Moose ctors are errors"
url
=
"https://metacpan.org/release/MooseX-StrictConstructor"
arch
=
"noarch"
license
=
"Artistic-2.0"
depends
=
"perl-moose perl-namespace-autoclean"
makedepends
=
"perl-dev"
checkdepends
=
"perl-moo perl-test-fatal perl-test-needs"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/MooseX-StrictConstructor-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/MooseX-StrictConstructor-
$pkgver
"
build
()
{
cd
"
$builddir
"
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
=
"b515ce0de7962b2d2da0da3dfd0fab978a014f2d5dc9e92e76cc137a260d3190a993d3b791db5eaf416e838180bdec1f827961aad4552c67f7c7cf1477107bfc MooseX-StrictConstructor-0.21.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