New package: shadowfox-updater-1.7.20

This commit is contained in:
Renato Aguiar 2019-03-31 18:35:34 -07:00 committed by maxice8
parent 0e64a315d0
commit feecfcba44

View file

@ -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 <renato@renag.me>"
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
}