mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
removed community/perl-test-output
This commit is contained in:
parent
113a33c789
commit
78d47969e7
1 changed files with 0 additions and 40 deletions
|
@ -1,40 +0,0 @@
|
|||
# $Id: PKGBUILD 62156 2012-01-16 22:25:14Z seblu $
|
||||
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removing extraneous space after perl-test-pod depends line, since it apparently
|
||||
# takes a goddamn inquisition to get upstream maintainers to fix shit like this.
|
||||
|
||||
pkgname=perl-test-output
|
||||
pkgver=1.02
|
||||
pkgrel=2
|
||||
pkgdesc='Utilities to test STDOUT and STDERR messages'
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl-sub-exporter'
|
||||
'perl-test-tester'
|
||||
'perl-test-pod'
|
||||
'perl-test-pod-coverage'
|
||||
'perl-capture-tiny')
|
||||
url='http://search.cpan.org/dist/Test-Output'
|
||||
options=('!emptydirs')
|
||||
source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
|
||||
md5sums=('d80890160737cdf4c3241d48428d33ab')
|
||||
|
||||
build() {
|
||||
cd Test-Output-$pkgver
|
||||
USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd Test-Output-$pkgver
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd Test-Output-$pkgver
|
||||
make install DESTDIR="$pkgdir/"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 ft=sh et:
|
Loading…
Reference in a new issue