Skip to content

Commit

Permalink
Merge pull request #2587 from mariux64/add-pass
Browse files Browse the repository at this point in the history
Add pass: the standard unix password manager
  • Loading branch information
donald authored Mar 10, 2022
2 parents 16ae343 + ca43fd2 commit 7ae5df0
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 7ae5df0

Please sign in to comment.