void-packages/srcpkgs/cmusfm/template
UsernameRandomlyGenerated 9872230e83 cmusfm: update to 0.4.1.
2022-01-05 04:33:00 -03:00

19 lines
569 B
Bash

# Template file for 'cmusfm'
pkgname=cmusfm
version=0.4.1
revision=1
build_style=gnu-configure
configure_args="--enable-libnotify"
hostmakedepends="automake pkg-config"
makedepends="libcurl-devel libglib-devel libnotify-devel openssl-devel"
short_desc="Last.fm scrobbler for cmus"
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Arkq/cmusfm"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ff5338d4b473a3e295f3ae4273fb097c0f79c42e3d803eefdf372b51dba606f2
pre_configure() {
autoreconf --install
}