summaryrefslogtreecommitdiff
path: root/maintained/shmux/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-09 09:03:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-09 09:03:29 +0100
commitda1079cdd28c097adee18febc1286ca9c510722b (patch)
tree66ac3433a45b10320e4a4336be5c40eab2d1ec20 /maintained/shmux/PKGBUILD
parenta4a2717aa30b0e6db2e422aa51b77898940fb916 (diff)
downloadarch-da1079cdd28c097adee18febc1286ca9c510722b.tar.gz
arch-da1079cdd28c097adee18febc1286ca9c510722b.tar.bz2
.
Diffstat (limited to 'maintained/shmux/PKGBUILD')
-rw-r--r--maintained/shmux/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/maintained/shmux/PKGBUILD b/maintained/shmux/PKGBUILD
deleted file mode 100644
index c134006..0000000
--- a/maintained/shmux/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
-
-pkgname=shmux
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="shmux - executing the same command on many hosts in parallel."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-url="https://github.com/shmux/shmux"
-license=('custom:3-clause BSD')
-source=("https://github.com/shmux/shmux/archive/v1.0.2.tar.gz")
-sha512sums=('8ef0c586d9fc5523877aa062d928a1cbd50dfe75967f7bd5347d6671274c82e427af1447948f175efdb8c7b57e07f7a3ea4dc301c36bb3ca42e1f7c241fb4e2c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
-
- make
-}
-
-package(){
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}