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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nathan Owens
Adélie Package Tree
Commits
387bb76f
Verified
Commit
387bb76f
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-class-method-modifiers: bump to 2.13
parent
02d51ef9
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-class-method-modifiers/APKBUILD
+3
-7
3 additions, 7 deletions
user/perl-class-method-modifiers/APKBUILD
with
3 additions
and
7 deletions
user/perl-class-method-modifiers/APKBUILD
+
3
−
7
View file @
387bb76f
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-class-method-modifiers
pkgver
=
2.1
2
pkgver
=
2.1
3
pkgrel
=
0
pkgdesc
=
"Provides Moose-like method modifiers"
url
=
"https://metacpan.org/pod/Class::Method::Modifiers"
...
...
@@ -9,27 +9,23 @@ arch="noarch"
license
=
"Artistic-1.0-Perl AND GPL-2.0"
depends
=
"perl"
makedepends
=
"perl-dev"
checkdepends
=
"perl-test-requires perl-test-fatal"
install
=
""
checkdepends
=
"perl-test-fatal perl-test-needs perl-test-requires"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Class-Method-Modifiers-
$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
=
"
18c7cdff214d39a475b116cc5e6
dd
a
04
3c31765bcdfa9a1fa7242ce61e42583c4981d41a43ba556fb5a057e0cfbd5e52dd60048ea7dfae0fec3618dc47876dd4
Class-Method-Modifiers-2.1
2
.tar.gz"
sha512sums
=
"
379afff763b647b787
dd
2
04
9d9a8b928ca88be34e50c91c0848c5652efb1e4b40d8cacd2a1d5f6ce7bb254b9e65801b7c1a710f9807458a129af0af470f5ebbe
Class-Method-Modifiers-2.1
3
.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