mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
clerk: update to 4.0.1. (#8433)
This commit is contained in:
parent
e769ff69e7
commit
a4e3644fb9
3 changed files with 9 additions and 7 deletions
7
srcpkgs/clerk/INSTALL
Normal file
7
srcpkgs/clerk/INSTALL
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
if [ "$UPDATE" != "yes" ]; then
|
||||||
|
echo "Clerk requires extra configuration to be done."
|
||||||
|
echo ""
|
||||||
|
echo "1. Copy the files from /usr/share/examples/clerk to ~/.config/clerk"
|
||||||
|
echo "2. edit ~/.config/clerk/clerk.conf to your likings, specially database="
|
||||||
|
echo "and tmux_config= that have PLACEHOLDER"
|
||||||
|
fi
|
|
@ -1,5 +0,0 @@
|
||||||
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,6 +1,6 @@
|
||||||
# Template file for 'clerk'
|
# Template file for 'clerk'
|
||||||
pkgname=clerk
|
pkgname=clerk
|
||||||
version=4.0.0
|
version=4.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="rofi fzf tmux mpc perl-Net-MPD perl-Data-MessagePack perl-File-Slurper
|
depends="rofi fzf tmux mpc perl-Net-MPD perl-Data-MessagePack perl-File-Slurper
|
||||||
|
@ -10,7 +10,7 @@ maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/carnager/clerk/"
|
homepage="https://github.com/carnager/clerk/"
|
||||||
distfiles="https://github.com/carnager/clerk/archive/${version}.tar.gz"
|
distfiles="https://github.com/carnager/clerk/archive/${version}.tar.gz"
|
||||||
checksum=150faa960677169f7bdf783d10b9a5943c835e36af31b29be4c1034c311f3bc4
|
checksum=465b7aaa18e07d716aab396ee8f897b6bdb1881ff2444441baac39ef6baaede4
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin clerk.pl clerk
|
vbin clerk.pl clerk
|
||||||
|
|
Loading…
Add table
Reference in a new issue