Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Maxime Gauduin <[email protected]>
- # Contributor: Adrian Sampson <[email protected]>
- pkgname=python-musicbrainzngs
- pkgver=20220707.g1ee920c5562f2570c78af1f4f91b139eea7513ed
- pkgrel=1
- pkgdesc="Python bindings for Musicbrainz' NGS webservice"
- arch=(any)
- url=https://github.com/alastair/python-musicbrainzngs
- license=(BSD)
- depends=(python)
- makedepends=(
- git
- python-setuptools
- )
- source=(git+https://github.com/alastair/python-musicbrainzngs.git#commit=1ee920c5562f2570c78af1f4f91b139eea7513ed)
- sha256sums=(SKIP)
- pkgver() {
- cd $pkgname
- date +"%Y%m%d"."g$(git rev-parse HEAD)"
- }
- build() {
- cd python-musicbrainzngs
- python setup.py build
- }
- package() {
- cd python-musicbrainzngs
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/python-musicbrainzngs/
- }
- # vim: ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment