void-packages/srcpkgs/shadowfox-updater/template
2019-05-26 09:41:11 +02:00

19 lines
594 B
Bash

# Template file for 'shadowfox-updater'
pkgname=shadowfox-updater
version=2.0.1
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=3a8e2e30395fddcf9a5ec7377531cf6b618d9ef55dbaba556953b2b3d13773a0
post_install() {
vdoc README.md
vlicense LICENSE.md
}