-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mirror 'perl-fcgi-client' at '0a67be2'
- Loading branch information
Showing
7 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,6 +361,11 @@ | |
"branch": "master", | ||
"revision": "6a6be862815a7a54a9100edd02e97e3bc233ef68" | ||
}, | ||
"perl-fcgi-client": { | ||
"url": "[email protected]:packagesPerl/perl-fcgi-client.git", | ||
"branch": "master", | ||
"revision": "0a67be225ccacdaeabd3a3a51cc61383a5efb485" | ||
}, | ||
"python-aafigure": { | ||
"url": "[email protected]:packagesPython/python-aafigure.git", | ||
"branch": "master", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
|
||
label: master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ---> ArchLinuxPackages | ||
*.tar | ||
*.tar.* | ||
*.jar | ||
*.exe | ||
*.msi | ||
*.zip | ||
*.tgz | ||
*.log | ||
*.log.* | ||
*.sig | ||
|
||
pkg/ | ||
src/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@Library('artix-ci') import org.artixlinux.RepoPackage | ||
|
||
PackagePipeline(new RepoPackage(this)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# perl-fcgi-client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Maintainer: Florian Pritz <[email protected]> | ||
|
||
pkgname=perl-fcgi-client | ||
pkgver=0.09 | ||
pkgrel=2 | ||
pkgdesc='client library for fastcgi protocol' | ||
arch=(any) | ||
license=(PerlArtistic GPL) | ||
options=(!emptydirs) | ||
depends=('perl>=5.8.1' 'perl-moo>=2' perl-type-tiny) | ||
makedepends=('perl-module-build-tiny>=0.035') | ||
url=https://metacpan.org/release/FCGI-Client | ||
source=("https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/FCGI-Client-$pkgver.tar.gz") | ||
md5sums=(d3e621b79a96ea1463331e33cf337524) | ||
sha512sums=(962166f10cd79f99a67a94002b4cff7324fced3aca6448cd485d07c489e6fbb25a090b964622aa178a20c8f930f916c5aac10525392ace45cfcb908733675079) | ||
_ddir="FCGI-Client-$pkgver" | ||
|
||
build() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
/usr/bin/perl Build.PL | ||
./Build | ||
) | ||
|
||
check() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
./Build test | ||
) | ||
|
||
package() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
./Build install --installdirs=vendor --destdir="$pkgdir" | ||
) | ||
|
||
# Local Variables: | ||
# mode: shell-script | ||
# sh-basic-offset: 2 | ||
# End: | ||
# vim:set ts=2 sw=2 et: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Maintainer: Florian Pritz <[email protected]> | ||
|
||
pkgname=perl-fcgi-client | ||
pkgver=0.09 | ||
pkgrel=2 | ||
pkgdesc='client library for fastcgi protocol' | ||
arch=(any) | ||
license=(PerlArtistic GPL) | ||
options=(!emptydirs) | ||
depends=('perl>=5.8.1' 'perl-moo>=2' perl-type-tiny) | ||
makedepends=('perl-module-build-tiny>=0.035') | ||
url=https://metacpan.org/release/FCGI-Client | ||
source=("https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/FCGI-Client-$pkgver.tar.gz") | ||
md5sums=(d3e621b79a96ea1463331e33cf337524) | ||
sha512sums=(962166f10cd79f99a67a94002b4cff7324fced3aca6448cd485d07c489e6fbb25a090b964622aa178a20c8f930f916c5aac10525392ace45cfcb908733675079) | ||
_ddir="FCGI-Client-$pkgver" | ||
|
||
build() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
/usr/bin/perl Build.PL | ||
./Build | ||
) | ||
|
||
check() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
./Build test | ||
) | ||
|
||
package() | ||
( | ||
cd "$srcdir/$_ddir" | ||
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null | ||
unset PERL5LIB PERL_MB_OPT | ||
./Build install --installdirs=vendor --destdir="$pkgdir" | ||
) | ||
|
||
# Local Variables: | ||
# mode: shell-script | ||
# sh-basic-offset: 2 | ||
# End: | ||
# vim:set ts=2 sw=2 et: |