summaryrefslogtreecommitdiff
path: root/libre/sh-roundup/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/sh-roundup/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'libre/sh-roundup/PKGBUILD')
-rw-r--r--libre/sh-roundup/PKGBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/libre/sh-roundup/PKGBUILD b/libre/sh-roundup/PKGBUILD
deleted file mode 100644
index 7c17669d3..000000000
--- a/libre/sh-roundup/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net
-
-pkgname=sh-roundup
-pkgver=0.0.5.git17
-_gitver='commit=695ae7609353a360556e1f465ac81ce447235179'
-
-pkgdesc='A unit testing framework for POSIX shell'
-license=("custom:MIT")
-url="http://bmizerany.github.io/roundup/"
-
-pkgrel=1
-arch=('any')
-depends=(sh)
-makedepends=(ronn)
-
-source=("libre://$pkgname-$pkgver.tar.gz" 'makefile-fix.patch')
-md5sums=('8b1f85316d178eb9e809e168f52d0f2d'
- '9efcd83d666c1e84302fe611610c60fa')
-
-mksource=("git://github.com/bmizerany/roundup.git#${_gitver}")
-mkmd5sums=('SKIP')
-mksource() {
- cd "$srcdir"
- rm -rf $pkgname-*
- mv roundup $pkgname-$pkgver
-}
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -i ../makefile-fix.patch Makefile
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix="$pkgdir"/usr
- make -j1 build man
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make -j1 install install-man
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-