void-packages/srcpkgs/mpdcron/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
578 B
Bash

# 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="Orphaned <orphan@voidlinux.org>"
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
}