Abandon lockrun, just use flock from util-linux

This commit is contained in:
Travis Burtrum 2017-01-13 10:04:07 -05:00
parent 926721904e
commit 7fc6a0f4e1
2 changed files with 0 additions and 42 deletions

View File

@ -1,17 +0,0 @@
# Generated by mksrcinfo v8
# Wed Oct 26 02:07:06 UTC 2016
pkgbase = lockrun
pkgdesc = Exclusively run things via lock files
pkgver = 0.6.2
pkgrel = 2
url = https://github.com/hilbix/lockrun
arch = i686
arch = x86_64
arch = armv7h
license = GPL
depends = glibc
source = http://scylla-charybdis.com/download/lockrun-0.6.2-20110613-163042.tar.gz
md5sums = 304146202b9972ae9cb3afa37fe16c51
pkgname = lockrun

View File

@ -1,25 +0,0 @@
# Maintainer: Alexej Magura <alexej@Aya.localdomain>
pkgname=lockrun
pkgver=0.6.2
_pkgver=20110613-163042
pkgrel=2
pkgdesc="Exclusively run things via lock files"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/hilbix/lockrun"
license=('GPL')
depends=('glibc')
source=("http://scylla-charybdis.com/download/$pkgname-$pkgver-20110613-163042.tar.gz")
md5sums=('304146202b9972ae9cb3afa37fe16c51')
build() {
cd "$srcdir/$pkgname-$pkgver-$_pkgver"
make
}
package() {
cd "$srcdir/$pkgname-$pkgver-$_pkgver"
install -Dm 755 "$pkgname" "$pkgdir"/usr/bin/"$pkgname"
}
# vim:set ts=2 sw=2 et: