Skip to content

Instantly share code, notes, and snippets.

/PKGBUILD Secret

Created July 30, 2017 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ad3eeb8577ed41f704a11497304baf9f to your computer and use it in GitHub Desktop.
Save anonymous/ad3eeb8577ed41f704a11497304baf9f to your computer and use it in GitHub Desktop.
# Submitter: Vladimir Tsanev <tsachev@gmail.com>
# Maintainer: Andrew Reed <reed.996@osu.edu>
pkgname=local-python2-lz4
pkgver=0.10.1
pkgrel=2
pkgdesc="LZ4 Bindings for Python"
arch=('any')
url="https://github.com/steeve/python-lz4"
license=('BSD')
makedepends=('python2-distribute')
depends=('python2')
provides=('python2-lz4')
replaces=('python2-lz4')
source=(https://pypi.python.org/packages/f5/c6/ef2890b5e287735576e15c1389aa0b9032c9d78ed72385fbd1149af593cd/lz4-0.10.1.tar.gz#md5=1b8de6217e0785e92f457056c053e058)
md5sums=('1b8de6217e0785e92f457056c053e058')
package() {
cd $srcdir/lz4-$pkgver
python2 setup.py install --root=$pkgdir || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment