summaryrefslogblamecommitdiff
path: root/user/perl-task-freecellsolver-testing/APKBUILD
blob: 2e26418140d366a585b097d5fe46d9cf5e6d119b (plain) (tree)
1
2
3
4
5
6
7


                                                                   



                                    





                                                              
                                                             




                                                                            
                               
                          

                                                                                         

         




                                        



                    




                                                                                                                                                                                         
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-task-freecellsolver-testing
_pkgreal=Task-FreecellSolver-Testing
_author=SHLOMIF
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.0.11
pkgrel=0
pkgdesc="Perl module for testing the Freecell Solver package"
url="https://metacpan.org/release/Task-FreecellSolver-Testing"
arch="noarch"
license="MIT"
depends="perl perl-code-tidyall perl-env-path perl-file-which
	perl-games-solitaire-verify perl-inline perl-inline-c
	perl-list-moreutils perl-moo perl-moox perl-moox-late perl-path-tiny
	perl-string-shellquote perl-task-test-run-allplugins
	perl-template-toolkit perl-test-data-split perl-test-differences
	perl-test-perltidy perl-test-runvalgrind perl-test-trailingspace"
makedepends="perl-module-build"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-v$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-v$pkgver"

build() {
	perl Build.PL installdirs=vendor
	./Build
}

check() {
	./Build test
}

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

sha512sums="85c3d7e68e0fa14abac2442ec7b6e90cc4df9f6733fbd87e5a872043a03a71d8cd3a262c816d861a1c729646ff379665c1d5d6e0bc80ae476db089d9d3793b82  Task-FreecellSolver-Testing-v0.0.11.tar.gz"