Gokapi: update to 1.7.1.

This commit is contained in:
Andrew J. Hesford 2023-04-19 09:10:22 -04:00
parent 23d94ac015
commit e592f3bd4d

View file

@ -1,7 +1,7 @@
# Template file for 'Gokapi'
pkgname=Gokapi
version=1.6.2
revision=2
version=1.7.1
revision=1
build_style=go
go_import_path=github.com/forceu/gokapi
go_package="${go_import_path}/cmd/gokapi"
@ -10,13 +10,13 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="AGPL-3.0-only"
homepage="https://github.com/Forceu/Gokapi"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=39fe942808fd5d86722bd37f293b3276085b1751b0aeffa214a6052404fc4429
checksum=8eb9f6bfbf93a8487b84f3d27720d2d988097e7fe31237f8d5da8022df2c8eb7
system_accounts="_gokapi"
_gokapi_homedir="/var/lib/gokapi"
make_dirs="/var/lib/gokapi 700 _gokapi _gokapi"
pre_build() {
GOARCH= go generate ./...
env -i GOPATH="${GOPATH}" GOCACHE="${GOCACHE}" go generate ./...
}
post_install() {