void-packages/srcpkgs/clerk/template

22 lines
619 B
Bash
Raw Normal View History

2017-06-14 14:00:09 +00:00
# Template file for 'clerk'
pkgname=clerk
version=3.2.1
revision=1
noarch=yes
2017-06-14 14:00:09 +00:00
build_style=gnu-makefile
conf_files="/etc/clerk.conf"
depends="bash rofi mpc python3-mpd2 perl"
2017-06-14 14:00:09 +00:00
short_desc="MPD client using bash and rofi"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
license="MIT"
homepage="https://github.com/carnager/clerk/"
distfiles="https://github.com/carnager/clerk/archive/${version}.tar.gz"
checksum=954a388cce5a86c1760e130febc59b533651a01938b0c9a6b1f4941dda83db97
2017-06-14 14:00:09 +00:00
pre_build() {
sed -i 's|share/doc/clerk/config.example|share/examples/clerk/config.example|' Makefile
}
2017-06-14 14:00:09 +00:00
post_install() {
vlicense LICENSE
}