diff --git a/srcpkgs/cmusfm/template b/srcpkgs/cmusfm/template new file mode 100644 index 00000000000..b2a9168194e --- /dev/null +++ b/srcpkgs/cmusfm/template @@ -0,0 +1,18 @@ +# 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 " +license="GPL-3" +homepage="https://github.com/Arkq/cmusfm" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=9d9fa7df01c3dd7eecd72656e61494acc3b0111c07ddb18be0ad233110833b63 + +pre_configure() { + autoreconf --install +}