summaryrefslogblamecommitdiff
path: root/user/perl-term-table/APKBUILD
blob: 1061b87dca26f4bde43cd2aaede28b468b81639d (plain) (tree)
1
2
3
4
5
6
7
8
                                                         

                                                                   



                               
            




                                                                           
                       
              
                               
                          

                                                                                        

         




                                                                 



                 



                                                                           
                                                                                                                                                                      
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-term-table
_pkgreal=Term-Table
_author=EXODIST
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.014
pkgrel=0
pkgdesc="Perl module for producing pretty tables for terminal applications"
url="https://metacpan.org/pod/Term::Table"
arch="noarch"
license="Artistic-1.0-Perl"
depends="perl-importer"
makedepends=""
checkdepends="perl-test-simple"
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="4dfa3ef2a9e360ded05c36585df948dd3718bb0252b37546d0abc4adacf2cea24527c9c78d5bc1563cf96949f9137a4c4e5dbd6db580dbd205cf8cc71ffea000  Term-Table-0.014.tar.gz"