Skip to content

Commit

Permalink
Add pass: the standard unix password manager
Browse files Browse the repository at this point in the history
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 .
  • Loading branch information
niclas committed Mar 9, 2022
1 parent 674c6b0 commit 867734e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pass.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 867734e

Please sign in to comment.