clerk: update to 4.0.0.
This commit is contained in:
parent
606ae06aa2
commit
675a0db3bf
|
@ -0,0 +1,5 @@
|
|||
Clerk requires extra configuration to be done.
|
||||
|
||||
1. Copy the files from /usr/share/examples/clerk to ~/.config/clerk
|
||||
2. edit ~/.config/clerk/clerk.conf to your likings, specially database=
|
||||
and tmux_config= that have PLACEHOLDER
|
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'clerk'
|
||||
pkgname=clerk
|
||||
version=3.2.1
|
||||
version=4.0.0
|
||||
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"
|
||||
depends="rofi fzf tmux mpc perl-Net-MPD perl-Data-MessagePack perl-File-Slurper
|
||||
perl-Config-Simple perl-Try-Tiny perl-IPC-Run perl-HTTP-Date"
|
||||
short_desc="MPD client written in Perl using rofi or fzf"
|
||||
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
|
||||
checksum=150faa960677169f7bdf783d10b9a5943c835e36af31b29be4c1034c311f3bc4
|
||||
|
||||
do_install() {
|
||||
vbin clerk.pl clerk
|
||||
vbin clerk_rating_client
|
||||
|
||||
vsconf clerk.conf
|
||||
vsconf clerk.tmux
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|share/doc/clerk/config.example|share/examples/clerk/config.example|' Makefile
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue