void-packages/srcpkgs/browserpass/template

32 lines
1.1 KiB
Bash

# Template file for 'browserpass'
pkgname=browserpass
version=3.1.0
revision=4
build_style=go
go_import_path=github.com/browserpass/browserpass-native
short_desc="Browser extension for pass"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/browserpass/browserpass-native"
distfiles="https://github.com/browserpass/browserpass-native/archive/${version}.tar.gz"
checksum=df90e9a02faa0081fe8bce78a8ecef1e4394f642955f18f452ee0079be85816e
post_build() {
vsed -i "s:%%replace%%:/usr/bin/browserpass-native:" \
browser-files/chromium-host.json browser-files/firefox-host.json
}
post_install() {
vlicense LICENSE
local targetname=com.github.browserpass.native.json
vinstall browser-files/firefox-host.json 644 usr/lib/mozilla/native-messaging-hosts $targetname
vinstall browser-files/chromium-host.json 644 etc/chromium/native-messaging-hosts $targetname
vinstall browser-files/chromium-policy.json 644 etc/chromium/policies/managed $targetname
vinstall browser-files/chromium-host.json 644 etc/opt/chrome/native-messaging-hosts $targetname
vinstall browser-files/chromium-policy.json 644 etc/opt/chrome/policies/managed $targetname
}