New package: mpdcron-0.3.

Closes: #11737 [via git-merge-pr]
This commit is contained in:
maxice8 2018-02-18 21:50:01 -03:00 committed by Toyam Cox
parent 81245a71ea
commit 47704713c5
1 changed files with 17 additions and 0 deletions

17
srcpkgs/mpdcron/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'mpdcron'
pkgname=mpdcron
version=0.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake libtool"
makedepends="libdaemon-devel libmpdclient-devel libglib-devel"
short_desc="Program for mpd which can execute scripts based on idle events"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2"
homepage="https://github.com/alip/mpdcron"
distfiles="https://github.com/alip/mpdcron/archive/v${version}.tar.gz"
checksum=750383bc2497373bd84ea7c8eea37e10f5f4530267afda4f76f94b83082bca5e
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}