20 lines
594 B
Bash
20 lines
594 B
Bash
# Template file for 'shadowfox-updater'
|
|
pkgname=shadowfox-updater
|
|
version=2.2.0
|
|
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=2674bf5cabf3d478c15804164936d3baa06f6a7f96313a69176439c0a60e3bbd
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE.md
|
|
}
|