New package: cmusfm-0.3.3

Closes: #11714 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Arvin Ignaci 2018-02-17 20:13:49 -05:00 committed by Jürgen Buchmüller
parent d3c315581c
commit da1ab19e6d
1 changed files with 18 additions and 0 deletions

18
srcpkgs/cmusfm/template Normal file
View File

@ -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 <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
}