passwordmanager && browserpass
Matthias Apitz
guru at unixarea.de
Mon Jul 3 10:12:10 UTC 2017
Hello,
I'm keen to use for firefox in FreeBSD CURRENT the following tools:
[1] https://www.passwordstore.org/
[2] https://github.com/dannyvankooten/browserpass
For [1] we have in our ports sysutils/password-store which works fine
and as well with my GnuPG crypto stick. Having [2] would allow to use
the passwordstore from [1] in Firefox and unlock this storage by just
entering a 6 digit PIN of the GnuPG crypto stick.
For [2] I do not see anything in our ports and I can not make it from
the sources:
$ cd browserpass-1.0.6
$ gmake browserpass
go build -o browserpass ./cmd/browserpass
cmd/browserpass/main.go:8:2: cannot find package
"github.com/dannyvankooten/browserpass" in any of:
/usr/local/go/src/github.com/dannyvankooten/browserpass (from $GOROOT)
/home/guru/go/src/github.com/dannyvankooten/browserpass (from $GOPATH)
cmd/browserpass/main.go:9:2: cannot find package
"github.com/dannyvankooten/browserpass/pass" in any of:
/usr/local/go/src/github.com/dannyvankooten/browserpass/pass (from $GOROOT)
/home/guru/go/src/github.com/dannyvankooten/browserpass/pass (from $GOPATH)
gmake: *** [makefile:27: browserpass] Error 1
I do not even know, if this the correct way to build it. The README.md
in the source tree is not very helpfull for FreeBSD.
Any hints?
matthias
--
Matthias Apitz | /"\ ASCII Ribbon Campaign:
E-mail: guru at unixarea.de | \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ | X - No proprietary attachments
phone: +49-176-38902045 | / \ - Respect for open standards
| en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
More information about the freebsd-questions
mailing list