browserpass: update to 3.0.5.

This commit is contained in:
maxice8 2019-04-12 10:12:12 -03:00 committed by maxice8
parent dee3738ca3
commit 543ab5193b
1 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'browserpass'
pkgname=browserpass
version=2.0.22
revision=2
version=3.0.5
revision=1
wrksrc="browserpass-native-${version}"
build_style=go
go_import_path=github.com/dannyvankooten/browserpass
go_package="${go_import_path}/cmd/browserpass"
@ -10,11 +11,12 @@ short_desc="Browser extension for pass"
maintainer="John <johnz@posteo.net>"
license="MIT"
homepage="https://github.com/browserpass/browserpass"
distfiles="https://github.com/browserpass/browserpass/archive/${version}.tar.gz"
checksum=ce4d8f17b25982af67e5090a79d3cffeb6fddc36f579e87851a90b3e9515ae45
distfiles="https://github.com/browserpass/browserpass-native/archive/${version}.tar.gz"
checksum=1f2d1804da7dc881e3be9b1becce332d7e0a1d5e2bfde7bd64134939c8150ce8
post_build() {
sed -i "s:%%replace%%:/usr/bin/browserpass:" chrome/host.json firefox/host.json
vsed -i "s:%%replace%%:/usr/bin/browserpass:" \
browser-files/chromium-host.json browser-files/firefox-host.json
}
post_install() {
@ -22,11 +24,11 @@ post_install() {
local targetname=com.dannyvankooten.browserpass.json
vinstall firefox/host.json 644 usr/lib/mozilla/native-messaging-hosts $targetname
vinstall browser-files/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 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 chrome/host.json 644 etc/opt/chrome/native-messaging-hosts $targetname
vinstall chrome/policy.json 644 etc/opt/chrome/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
}