Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libassuan: Use current minimal bee file template
  • Loading branch information
pmenzel committed Oct 9, 2019
1 parent 04cf891 commit ab7b535
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions libassuan.be0
@@ -1,33 +1,35 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION libassuan-2.0.1-0

SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""
# PATCHURL+=()

# BEE_CONFIGURE=compat
# build_in_sourcedir

# EXCLUDE=""
# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_extract() {
bee_extract ${@}
}
#mee_configure() {
# bee_configure
#}

mee_patch() {
bee_patch ${@}
}
#mee_build() {
# bee_build
#}

mee_configure() {
bee_configure
}
#mee_install() {
# bee_install
#}

mee_build() {
bee_build
}

mee_install() {
bee_install
}
#mee_install_post() {
# exit
#}

0 comments on commit ab7b535

Please sign in to comment.