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
67cc4408
Verified
Commit
67cc4408
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-mouse: bump to 2.5.7
parent
b81311b4
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-mouse/APKBUILD
+2
-7
2 additions, 7 deletions
user/perl-mouse/APKBUILD
with
2 additions
and
7 deletions
user/perl-mouse/APKBUILD
+
2
−
7
View file @
67cc4408
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-mouse
pkgver
=
2.5.
6
pkgver
=
2.5.
7
pkgrel
=
0
pkgdesc
=
"Moose minus the antlers"
url
=
"https://metacpan.org/pod/Mouse"
...
...
@@ -10,31 +10,26 @@ license="Artistic-1.0-Perl AND GPL-2.0"
depends
=
"perl"
makedepends
=
"perl-dev perl-module-build-xsutil"
checkdepends
=
"perl-test-exception perl-test-fatal perl-test-leaktrace perl-test-output perl-test-requires perl-try-tiny"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/S/SK/SKAJI/Mouse-v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Mouse-v
$pkgver
"
prepare
()
{
cd
"
$builddir
"
perl Build.PL
installdirs
=
vendor
}
build
()
{
cd
"
$builddir
"
./Build
}
check
()
{
# most, but not all functionality is tested
cd
"
$builddir
"
./Build
test
}
package
()
{
cd
"
$builddir
"
./Build
install
destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
1f29430badec842c1b3aa5a8a4c4ad785cf26d2e6cc745da82c0fa667b19da0b9e6c364e10ef615fbc03f60cb5020f079113b470162d095d8c514e6cb9ce96e3
Mouse-v2.5.
6
.tar.gz"
sha512sums
=
"
c9781ccdeee6cfd0a97bc2337c29358f51a22a32c4f9e1c01c4b094691e211ba455513d4ff9ee33320e689c2bfeb233418d7a1e5e51efec43f34e91480ecec6c
Mouse-v2.5.
7
.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