# Maintainer: Troy Engel # Contributor: OK100 # Contributor: UltraDesu pkgname=cmusfm-git pkgver=90.3a75712 pkgrel=1 pkgdesc="Last.fm scrobbler for cmus music player" url="https://github.com/Arkq/cmusfm" arch=('x86_64' 'i686') license=('GPLv3') depends=('cmus' 'curl' 'libnotify') makedepends=('git') conflicts=('cmusfm') provides=('cmusfm') install='cmusfm.install' source=("$pkgname"::'git+https://github.com/Arkq/cmusfm.git') md5sums=('SKIP') pkgver() { cd "$srcdir/$pkgname" echo $(git rev-list --count master).$(git rev-parse --short master) } build() { cd "$srcdir/$pkgname" autoreconf --install ./configure --prefix="$pkgdir/usr" --enable-libnotify make } package() { cd "$srcdir/$pkgname" make install }