17 lines
476 B
Bash
17 lines
476 B
Bash
|
# Template file for 'clerk'
|
||
|
pkgname=clerk
|
||
|
version=3.2
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
depends="bash rofi mpc>0.26 python-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=13ccdee926393942a2be697fc44d17e907f2a903522b843658607876e861dcf6
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|