aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-text-password-pronounceable/APKBUILD
blob: 615ca9f7d49a7e9028dfb1dfcc49c929b3d08d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-text-password-pronounceable
pkgver=0.30
pkgrel=2
pkgdesc="Text::Password::Pronounceable perl module"
url="https://metacpan.org/release/Text-Password-Pronounceable/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl"
makedepends="perl-dev perl-module-install"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/T/TS/TSIBLEY/Text-Password-Pronounceable-$pkgver.tar.gz"

builddir="$srcdir/Text-Password-Pronounceable-$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="a591073afa9002ecd098d3b6acdc35656e5b10df63eed4a4f6a1df5dbfc9b990c65937d7297b3bd0e7428f97969250a98ee20f2420a45b08a00e287bb200a601  Text-Password-Pronounceable-0.30.tar.gz"