summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8f3ef84ddfe12a2a66f387fca41e9176283a05e0 (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=1
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=('82b58b12b881824e754f9d608d5973226a8bf9f360bcf40c5d66181987bfe7fc')