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
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
Alyx
Adélie Package Tree
Commits
204787c6
Verified
Commit
204787c6
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-file-sharedir: new package
parent
c1748fbf
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-file-sharedir/APKBUILD
+34
-0
34 additions, 0 deletions
user/perl-file-sharedir/APKBUILD
with
34 additions
and
0 deletions
user/perl-file-sharedir/APKBUILD
0 → 100644
+
34
−
0
View file @
204787c6
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-file-sharedir
_pkgname
=
File-ShareDir
pkgver
=
1.116
pkgrel
=
0
pkgdesc
=
"Locate files shared by Perl modules"
url
=
"https://metacpan.org/release/File-ShareDir"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl OR GPL-2.0-only"
depends
=
"perl-class-inspector perl-file-sharedir-install perl-list-moreutils perl-params-util"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/File-ShareDir-
$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
=
"5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e File-ShareDir-1.116.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