21 lines
707 B
Bash
21 lines
707 B
Bash
# Template file for 'gopass-jsonapi'
|
|
pkgname=gopass-jsonapi
|
|
version=1.15.2
|
|
revision=1
|
|
create_wrksrc=yes
|
|
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/v${version}/CHANGELOG.md"
|
|
distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
|
|
checksum=2e86b4c1705d7edfb86419549c7abbeb1cc94037e5b2d92ebcfd3a98c4538d93
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|