New package: shadowfox-updater-1.7.20
This commit is contained in:
parent
0e64a315d0
commit
feecfcba44
1 changed files with 19 additions and 0 deletions
19
srcpkgs/shadowfox-updater/template
Normal file
19
srcpkgs/shadowfox-updater/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue