summaryrefslogblamecommitdiff
path: root/user/perl-file-sharedir-install/APKBUILD
blob: 94cd532572af0c05bc5e44b7a9347135c4315f13 (plain) (tree)
1
2
3
4
5
6
7
8
                                       
                                                          
                                  



                               
           






                                                      
                          

                                                                                        

         




                                                                 



                 



                                                                           
                                                                                                                                                                                
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-file-sharedir-install
_pkgreal=File-ShareDir-Install
_author=ETHER
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.14
pkgrel=0
pkgdesc="Install shared files"
url="https://metacpan.org/pod/File::ShareDir::Install"
arch="noarch"
license="GPL-1.0+ OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="92c1c3899bc58d3e1686fef775ac09e9aab7e3ce6b61d1a8e754127dc1f84627cf1e23e78a5d0042934e011685c0676c706ef7964778c06e073e8725155af34d  File-ShareDir-Install-0.14.tar.gz"