summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e6f8e12b8cd14685bb3690fc88bce7bb7a60880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Andrew Rabert <ar nullsum.net>

pkgname=harmonize
pkgver=0.2.2
pkgrel=1
pkgdesc="Create and synchronize transcoded copies of audio folders."
url="https://github.com/nvllsvm/harmonize"
depends=('flac' 'lame' 'python' 'python-mutagen')
makedepends=('python-setuptools')
license=('APACHE')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('9f87fb510d37a3aeb8a566a604ecdc811f9353f623e30ea776b5bb646120955d')

package() {
  cd harmonize-$pkgver
  python setup.py install --root="$pkgdir" --optimize=1
}