From ca43fd24365e00b54d035eb098140f444840e832 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 9 Mar 2022 10:13:50 +0100 Subject: [PATCH] pass: Add version 1.7.4 pass is a simple tool (shell script) to manage passwords from the commandline. There are quite a few extensions e.g. for firefox/chrome/dmenu/... . For more information see the official website https://www.passwordstore.org/ or https://youtu.be/hlRQTj1D9LA . --- pass.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 pass.be0 diff --git a/pass.be0 b/pass.be0 new file mode 100755 index 000000000..8c5262554 --- /dev/null +++ b/pass.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION pass-1.7.4-0 + +# more info: https://www.passwordstore.org/ + +SRCURL[0]="https://beehive.molgen.mpg.de/56b918982fd80bedba6590059c332c6d/password-store-1.7.4.tar.xz" +#SRCURL[0]="https://git.zx2c4.com/password-store/snapshot/password-store-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}