diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-19 20:34:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 20:34:16 +0100 |
commit | c3362578f117a062a94bd1f2207612a6e91e5c17 (patch) | |
tree | 61403fb6da2a901726149545ec29f9c1e68dbc28 | |
parent | Update mongoclock (diff) | |
download | aur-packages-c3362578f117a062a94bd1f2207612a6e91e5c17.tar.gz aur-packages-c3362578f117a062a94bd1f2207612a6e91e5c17.tar.bz2 aur-packages-c3362578f117a062a94bd1f2207612a6e91e5c17.tar.xz |
Add python-bus
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | python-bus/PKGBUILD | 26 | ||||
l--------- | python-bus/upload | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/python-bus/PKGBUILD b/python-bus/PKGBUILD new file mode 100644 index 0000000..b3db535 --- /dev/null +++ b/python-bus/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> + +pkgname=python-bus +pkgver=3.1.2 +pkgrel=1 +pkgdesc="Python 3 module for bus" +arch=(i686 x86_64) +url="https://github.com/maandree/python-bus" +license=('custom:ISC') +depends=(bus python) +makedepends=(cython) +source=($url/archive/$pkgver.tar.gz) +sha256sums=(fd4325d226b94ce08095bef56a86b5b2a0b639f8d8e4b315a717f84e1de9f7f1) + + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr install DESTDIR="$pkgdir" +} + diff --git a/python-bus/upload b/python-bus/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/python-bus/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |