Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2592 from mariux64/add-pinentry-1.1.1
pinentry: Add version 1.1.1
  • Loading branch information
pmenzel committed Mar 15, 2022
2 parents cb22b16 + 6805a9e commit 3020521
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions pinentry.be0
@@ -0,0 +1,45 @@
#!/usr/bin/env beesh

# BEE_VERSION pinentry-1.1.1-0

# more info: https://gnupg.org/related_software/pinentry/index.html

#SRCURL[0]="https://github.com/gpg/pinentry/archive/refs/tags/pinentry-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3e827660e0d116b4d93c5a88ba54d5f6/pinentry-1.1.1.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
# buildtype *autogen* is run from build directory, so run the script
# manually, so buildtype *autotools* can be used.
start_cmd ./autogen.sh
}

mee_configure() {
bee_configure \
--disable-doc \
--disable-pinentry-qt5 \
--enable-pinentry-tty \
--enable-pinentry-gtk2
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 3020521

Please sign in to comment.