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
e3413d56
Verified
Commit
e3413d56
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-json-rpc: new package
parent
80f45454
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-json-rpc/APKBUILD
+35
-0
35 additions, 0 deletions
user/perl-json-rpc/APKBUILD
with
35 additions
and
0 deletions
user/perl-json-rpc/APKBUILD
0 → 100644
+
35
−
0
View file @
e3413d56
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-json-rpc
_pkgname
=
JSON-RPC
pkgver
=
1.06
pkgrel
=
0
pkgdesc
=
"Perl JSON RPC 2.0 server implementation"
url
=
"https://metacpan.org/release/JSON-RPC"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl OR GPL-2.0-only"
depends
=
"perl-cgi perl-class-accessor-lite perl-json perl-libwww perl-plack
perl-router-simple"
makedepends
=
"perl-dev perl-module-build"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/D/DM/DMAKI/JSON-RPC-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/JSON-RPC-
$pkgver
"
build
()
{
cd
"
$builddir
"
perl Build.PL
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
=
"541d4e7045d7ae86d1f061976c4c1b4e501de5712dcdc2de63e3a317a0d6ee4d2a8461a4af61f855e533cb22bd90953ad6192e58dcdab36978e25cb9fea5869c JSON-RPC-1.06.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