diff --git a/srcpkgs/shadowfox-updater/template b/srcpkgs/shadowfox-updater/template new file mode 100644 index 00000000000..25f6a362e7f --- /dev/null +++ b/srcpkgs/shadowfox-updater/template @@ -0,0 +1,19 @@ +# Template file for 'shadowfox-updater' +pkgname=shadowfox-updater +version=1.7.20 +revision=1 +build_style=go +go_import_path=github.com/SrKomodo/shadowfox-updater +go_ldflags="-X main.version=v${version}" +hostmakedepends="git" +short_desc="Auto-updater for ShadowFox" +maintainer="Renato Aguiar " +license="MIT" +homepage="https://github.com/SrKomodo/shadowfox-updater" +distfiles="https://github.com/SrKomodo/shadowfox-updater/archive/v${version}.tar.gz" +checksum=bcc13f4a3d29dab4c0a8ebc59eb470aacede6877d59bd7addb7530020e68978b + +post_install() { + vdoc README.md + vlicense LICENSE.md +}