f96b9997a6
Closes: #8130 [via git-merge-pr]
21 lines
619 B
Bash
21 lines
619 B
Bash
# Template file for 'clerk'
|
|
pkgname=clerk
|
|
version=3.2.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
conf_files="/etc/clerk.conf"
|
|
depends="bash rofi mpc python3-mpd2 perl"
|
|
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
|
|
|
|
pre_build() {
|
|
sed -i 's|share/doc/clerk/config.example|share/examples/clerk/config.example|' Makefile
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|