void-packages/srcpkgs/gopass-jsonapi/template

20 lines
659 B
Bash

# Template file for 'gopass-jsonapi'
pkgname=gopass-jsonapi
version=1.15.14
revision=2
build_style=go
go_import_path=github.com/gopasspw/gopass-jsonapi
go_ldflags="-X main.version=${version}"
depends="gopass"
short_desc="Gopass JSON bridge for extensions"
maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
license="MIT"
homepage="https://www.gopass.pw/"
changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/master/CHANGELOG.md"
distfiles="https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${version}.tar.gz"
checksum=2ff6a1b03d5b7befe81d6465990ea5b13b9ad052d6c9cf1638b795767307d9ea
post_install() {
vlicense LICENSE
}