Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
41ea0824
Commit
41ea0824
authored
Jun 28, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Plain Diff
Merge
git://inari.aerdan.org/var/git/aports
parents
76919e4b
50997f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
19 deletions
+17
-19
main/perl-test-fatal/APKBUILD
main/perl-test-fatal/APKBUILD
+17
-19
No files found.
main/perl-test-fatal/APKBUILD
View file @
41ea0824
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname
=
perl-test-fatal
pkgver
=
0.005
_pkgreal
=
Test-Fatal
pkgver
=
0.006
pkgrel
=
0
pkgdesc
=
"
Test::Fatal perl module
"
pkgdesc
=
"
incredibly simple helpers for testing code with exceptions
"
url
=
"http://search.cpan.org/dist/Test-Fatal/"
arch
=
"noarch"
license
=
"GPLv2 or Artistic"
depends
=
"perl perl-try-tiny"
makedepends
=
"perl-dev"
install
=
""
license
=
"GPL PerlArtistic"
cpandepends
=
"perl-try-tiny"
cpanmakedepends
=
""
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
$_pkgreal
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
_builddir
=
"
$srcdir
"
/Test-Fatal-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$_builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
||
return
1
make
&&
make
test
||
return
1
make
&&
make
test
}
package
()
{
...
...
@@ -36,4 +34,4 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"
8fd91391e82ea4290eb0cf8409393485 Test-Fatal-0.005
.tar.gz"
md5sums
=
"
a984aa4d4088892c0454cbfce35e54d9 Test-Fatal-0.006
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment