summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4cc06c2992981f97f5a1ea6bbee5db35fe9c3be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=run-one
_bzr=70
pkgver=1.17
pkgrel=2
pkgdesc="Run just one instance of a command and its args at a time "
arch=('any')
url="https://launchpad.net/run-one"
license=('GPL3')
depends=('sh' 'util-linux')
source=("$pkgname-$pkgver.tgz::https://bazaar.launchpad.net/~run-one/run-one/trunk/tarball/$_bzr")

package() {
	cd "~$pkgname/$pkgname/trunk"
  mkdir -p "$pkgdir/usr/bin/"
  mv run-one keep-one-running run-one-constantly run-one-until-failure run-one-until-success run-this-one "$pkgdir/usr/bin/"
  install -Dm644 run-one.1 "$pkgdir/usr/share/man/man1/run-one.1"
}

sha256sums=('2582ec486ad91dacda511967a87fd80eec6bf924867576477c8f5cd93df3f91a')