From a03752678fe82c8ef5c59b1ddcc66bc508e22c80 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Nov 2017 19:07:29 +0100 Subject: Add cmdipc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- cmdipc/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cmdipc/PKGBUILD (limited to 'cmdipc/PKGBUILD') diff --git a/cmdipc/PKGBUILD b/cmdipc/PKGBUILD new file mode 100644 index 0000000..a9595f2 --- /dev/null +++ b/cmdipc/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=cmdipc +pkgver=1.3 +pkgrel=2 +pkgdesc="System V and POSIX IPC from the command line" +arch=(any) +url="https://github.com/maandree/cmdipc" +license=('GPL3' 'custom:GFDL1.3') +depends=(python3 python-posix_ipc python-sysv-ipc argparser-python) +makedepends=(make sed zip texinfo) +install=cmdipc.install +source=($url/archive/$pkgver.tar.gz) +sha256sums=(1f1eb0e18678140ef7b0f1f30ae11ec8aef8357aec61fd67fb0129fe5bd8d70b) + + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr install DESTDIR="$pkgdir" +} + -- cgit v1.2.3-70-g09d2