Skip to content

Commit

Permalink
libksba: add version 1.6.0
Browse files Browse the repository at this point in the history
- for gpg 2.3.2
  • Loading branch information
wwwutz committed Sep 9, 2021
1 parent e70602a commit 8ddff1b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions libksba.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION libksba-1.6.0-0

# more info: https://gnupg.org/ftp/gcrypt/libksba

# SRCURL[0]="https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.0.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d333b2e1381068d4f9a328240f062f0f/libksba-1.6.0.tar.bz2"

# 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
#}

0 comments on commit 8ddff1b

Please sign in to comment.