void-packages/srcpkgs/shadowfox-updater/template

20 lines
595 B
Bash

# 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
}