summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b613a9e8699a597e9d077cf425947309df57d262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Aleksey Kurnosov <akkurnosov@gmail.com>

pkgname=pyapplier
pkgver=0.0.5
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc=".scrobbler.log (Rockbox offline last.fm scrobling format) submiter"
url="https://github.com/ultraelephant/pyapplier"
license=('GPL')
source=("git+https://github.com/ultraelephant/pyapplier#tag=${pkgver}")
md5sums=('SKIP')
makedepends=('git')
depends=('python' 'python-pylast' 'python-setuptools' 'python-pyaml')

package() {
        install -Dm755 "${pkgname}/${pkgname}.py" "${pkgdir}/usr/bin/${pkgname}"
}