Skip to content
Snippets Groups Projects
Verified Commit 83fbda84 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/perl-task-weaken: new package

parent 55f2407c
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-task-weaken
_pkgname=Task-Weaken
pkgver=1.06
pkgrel=0
pkgdesc="Ensure Perl platform has weaken support"
url="https://metacpan.org/release/Task-Weaken"
arch="noarch"
license="Artistic-1.0-Perl OR GPL-2.0-only"
depends="perl-sub-name"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Task-Weaken-$pkgver.tar.gz"
builddir="$srcdir/Task-Weaken-$pkgver"
build() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="2cd723a748c1fb3df12b465ad278070330959c611ed125f54770c2d820202592cc6e46f16ee43671e310abfcf86fe7ffa639db7dd605d69d7d13fca793d59808 Task-Weaken-1.06.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment