summaryrefslogblamecommitdiff
path: root/user/perl-software-license/APKBUILD
blob: 8e65bc3601e5cdb6bd2347ba4e66cd2e3c631620 (plain) (tree)
































                                                                                                                                                                               
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-software-license
pkgver=0.103014
pkgrel=0
pkgdesc="Perl module for generating prefilled license text"
url="https://metacpan.org/pod/Software::License"
arch="noarch"
license="Artistic-1.0-Perl"
depends="perl perl-data-section perl-text-template perl-try-tiny"
makedepends=""
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Software-License-$pkgver.tar.gz"
builddir="$srcdir/Software-License-$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="8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d  Software-License-0.103014.tar.gz"