# Template file for 'browserpass' pkgname=browserpass version=2.0.7 revision=1 build_style=go go_import_path="github.com/dannyvankooten/browserpass" go_package="${go_import_path}/cmd/browserpass" hostmakedepends="git" short_desc="Browser extension for pass" maintainer="John " license="MIT" homepage="https://github.com/dannyvankooten/browserpass" distfiles="https://github.com/dannyvankooten/browserpass/archive/${version}.tar.gz" checksum=5499f1ac98c6d752a883e4f09a76e80cc7c0c772fb480fe0d9b59da980900cf5 post_build() { sed -i "s:%%replace%%:/usr/bin/browserpass:" chrome/host.json firefox/host.json } post_install() { vlicense LICENSE local targetname=com.dannyvankooten.browserpass.json vinstall firefox/host.json 644 usr/lib/mozilla/native-messaging-hosts $targetname vinstall chrome/host.json 644 etc/chromium/native-messaging-hosts $targetname vinstall chrome/policy.json 644 etc/chromium/policies/managed $targetname vinstall chrome/host.json 644 etc/opt/chrome/native-messaging-hosts $targetname vinstall chrome/policy.json 644 etc/opt/chrome/policies/managed $targetname }