Package Details: browserpass-git 3.0.6.r27.c25e4ed-1

Git Clone URL: https://aur.archlinux.org/browserpass-git.git (read-only, click to copy)
Package Base: browserpass-git
Description: Native host app for Browserpass, browser extension for zx2c4's pass (password manager) (Git checkout)
Upstream URL: https://github.com/browserpass/browserpass-native
Keywords: chrome firefox go pass password
Licenses: ISC
Conflicts: browserpass
Provides: browserpass
Submitter: emersion
Maintainer: None
Last Packager: TrialnError
Votes: 2
Popularity: 0.000000
First Submitted: 2016-12-13 09:32 (UTC)
Last Updated: 2020-01-11 23:53 (UTC)

Dependencies (5)

Required by (2)

Sources (1)

Latest Comments

pierrec commented on 2019-01-21 13:28 (UTC) (edited on 2019-01-21 13:29 (UTC) by pierrec)

Patch required so that it builds with yay

diff --git a/PKGBUILD b/PKGBUILD
index 76dc2ef..83b33e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ prepare() {
 build() {
        cd "$srcdir/$_pkgname"

+       export GOPATH="$srcdir/go"
        go build -o browserpass ./cmd/browserpass
 }

emersion commented on 2018-02-02 14:31 (UTC)

@codingcatgirl: it's a -git package, don't mark it out-of-date.