19 lines
530 B
Bash
19 lines
530 B
Bash
|
# Template file for 'cmusfm'
|
||
|
pkgname=cmusfm
|
||
|
version=0.3.3
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--enable-libnotify"
|
||
|
hostmakedepends="automake pkg-config"
|
||
|
makedepends="libcurl-devel libnotify-devel"
|
||
|
short_desc="Last.fm scrobbler for cmus"
|
||
|
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://github.com/Arkq/cmusfm"
|
||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||
|
checksum=9d9fa7df01c3dd7eecd72656e61494acc3b0111c07ddb18be0ad233110833b63
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf --install
|
||
|
}
|