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
80f45454
"user/wireguard-module-power8-64k-4.14.88-mc13" did not exist on "1.0-BETA2"
Verified
Commit
80f45454
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-router-simple: new package
parent
8af30a2c
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-router-simple/APKBUILD
+34
-0
34 additions, 0 deletions
user/perl-router-simple/APKBUILD
with
34 additions
and
0 deletions
user/perl-router-simple/APKBUILD
0 → 100644
+
34
−
0
View file @
80f45454
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-router-simple
_pkgname
=
Router-Simple
pkgver
=
0.17
pkgrel
=
0
pkgdesc
=
"Simple HTTP router for Perl"
url
=
"https://metacpan.org/release/Router-Simple"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl OR GPL-2.0-only"
depends
=
"perl-class-accessor-lite"
makedepends
=
"perl-dev perl-module-build"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Router-Simple-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Router-Simple-
$pkgver
"
build
()
{
cd
"
$builddir
"
perl Build.PL
--destdir
=
"
$pkgdir
"
--prefix
=
"/usr"
--installdirs
=
vendor
./Build
}
check
()
{
cd
"
$builddir
"
./Build
test
}
package
()
{
cd
"
$builddir
"
./Build
install
destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"4fbc4fb375d873d7c06d18da49855b81336744bc712035c6557914e275099d93aee4ab787bb1e7b3b730a109b716b4f572fc538d1d574ff709968a1b3767a963 Router-Simple-0.17.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