# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/cloudflare/gokey 0.1.2 v github.tarball_from archive revision 0 description A simple vaultless password manager in Go long_description \ ${name} is a password manager, which does not require a password vault. \ Instead of storing your passwords in a vault it derives your password on \ the fly from your master password and supplied realm string (for example, \ resource URL). This way you do not have to manage, backup or sync your \ password vault (or trust its management to a third party) as your \ passwords are available immediately anywhere. categories security installs_libs no license BSD-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer depends_build-append port:go-md2man build.target ./cmd/${name} post-build { system -W ${worksrcpath} "go-md2man -in ./${name}.1.md -out ${name}.1" } destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ xinstall -d ${destroot}${prefix}/share/man/man1/ xinstall -m 0644 \ ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1/ } checksums ${distname}${extract.suffix} \ rmd160 1c45962ab462aba2d826b17b902a1290258024b4 \ sha256 31144a7906682acf25279c5c0958aff2273c24f83da0d9ad27962fbd9c3d7d5b \ size 19125 go.vendors golang.org/x/term \ lock 7de9c90e9dd1 \ rmd160 bd573c74337fdd8e57417c03c825a315b2c208f9 \ sha256 5b01bffc3bc94976e27cecbe6d9c403eefc597dc2b03ddd3ad083931c0981fa4 \ size 15244 \ golang.org/x/sys \ lock 665e8c7367d1 \ rmd160 e589d28cc611e16701a8f1f789f067ff5a9cdf50 \ sha256 9d525e47bd3f6990ab81dcba618521d2191a3dc12267457aa099c6cbb8de71a1 \ size 1200464 \ golang.org/x/crypto \ lock 05595931fe9d \ rmd160 44b3bff302fe3a679525f5976c210588402572e1 \ sha256 8d3cffb4319b5f3cf4c06199fd0340ee57a49012c2d523a876c8b88c208e4043 \ size 1631395