diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
commit | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch) | |
tree | f13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/core/perl_modules/perl-shell/PKGBUILD | |
parent | 8d35f28049488f2585ef765bf48e7a58958fd587 (diff) | |
parent | 04697136037cb5341ee6c051f8aaa265c0400c82 (diff) | |
download | linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/perl_modules/perl-shell/PKGBUILD')
-rw-r--r-- | abs/core/perl_modules/perl-shell/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core/perl_modules/perl-shell/PKGBUILD b/abs/core/perl_modules/perl-shell/PKGBUILD deleted file mode 100644 index 31e5278..0000000 --- a/abs/core/perl_modules/perl-shell/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: graysky <graysky AT archlnux DOT us> - -pkgname=perl-shell -_realname=Shell -pkgver=0.72 -_pkgver=0.72_01 -pkgrel=2 -pkgdesc="Run shell commands transparently within perl." -arch=(any) -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.011') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/${_realname}-${_pkgver}.tar.gz) -sha256sums=('823c044e668239be0ac96d0006f5fc9646b8a9a8adfd5f58f2dcd297e875106f') - -build() { - cd ${srcdir}/${_realname}-${_pkgver} - perl Makefile.PL - make -} - -package() { - cd ${srcdir}/${_realname}-${_pkgver} - make install DESTDIR=${pkgdir} -} |