# Template file for 'webhook' pkgname=webhook version=2.8.2 revision=1 build_style=go go_import_path="github.com/adnanh/webhook" short_desc="Lightweight incoming webhook server to run shell commands" maintainer="Abigail G " license="MIT" homepage="https://github.com/adnanh/webhook" distfiles="https://github.com/adnanh/webhook/archive/${version}.tar.gz" checksum=c233a810effc24b5ed5653f4fa82152f288ec937d5744a339f7066a6cbccc565 conf_files="/etc/webhook/hooks.json /etc/sv/webhook/conf" system_accounts="_webhook" system_groups="_webhook" post_install() { vlicense LICENSE vsv webhook vinstall ${FILESDIR}/hooks.json 644 etc/webhook for f in docs/*.md; do vdoc $f; done for f in *.example; do vsconf $f ${f%.example}; done }