mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/perl-xml-writer: add check()
This commit is contained in:
parent
348319fb32
commit
afd16922d3
@ -3,7 +3,7 @@
|
||||
pkgname=perl-xml-writer
|
||||
_realname=XML-Writer
|
||||
pkgver=0.625
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Perl extension for writing XML documents"
|
||||
url="http://search.cpan.org/~josephw/XML-Writer-0.625/"
|
||||
arch="noarch"
|
||||
@ -23,6 +23,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user