void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 87bf4c891ee9207f1c72674c7c73cab2a275ebe9
parent 59290bc13b3f2c33cd23d607ab406e0ac93b8143
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Sun, 25 Apr 2021 03:20:26 +0000

wakapi: post_install() /etc/wakapi.yml

Diffstat:
Msrcpkgs/wakapi/template | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/wakapi/template b/srcpkgs/wakapi/template @@ -1,7 +1,7 @@ # Template file for 'wakapi' pkgname=wakapi version=1.26.5 -revision=1 +revision=2 build_style=go go_import_path="github.com/muety/${pkgname}" short_desc="Minimalist WakaTime-compatible backend for coding statistics" @@ -11,3 +11,7 @@ homepage="https://github.com/muety/wakapi" distfiles="${homepage}/archive/${version}.tar.gz" checksum="52db3f24702cf4d9c0cd488768c6f746aed6f25759abf4bef7097a5b75e42299" tags="ezup" + +post_install() { + vconf config.default.yml wakapi.yml +}