Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
4af80658
Verified
Commit
4af80658
authored
Jun 26, 2018
by
A. Wilcox
🦊
Browse files
system/perl-test-fatal: add for lwp
parent
c54f82fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
system/perl-test-fatal/APKBUILD
0 → 100644
View file @
4af80658
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-test-fatal
_pkgreal
=
Test-Fatal
pkgver
=
0.014
pkgrel
=
1
pkgdesc
=
"incredibly simple helpers for testing code with exceptions"
url
=
"http://search.cpan.org/dist/Test-Fatal/"
arch
=
"noarch"
license
=
"GPL-2.0-only OR Artistic-1.0-Perl"
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/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$builddir
"
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"339d9b33231f8c8d93c0f9374a51458d004568a2f3e28471976e954c35d27efd348f68fb56e3cabd11dc47d37e7ce46282eba967c156ba5081811d221c6a7523 Test-Fatal-0.014.tar.gz"
Write
Preview
Supports
Markdown
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