Skip to content

Add Dino 0.1.0+ #1989

Merged
merged 9 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions dino.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION dino-0.1.0_p152_5954f77-0

# https://github.com/dino/dino/
SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

BEE_BUILDTYPE=autotools

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

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

mee_configure() {
bee_configure \
--with-libsignal-in-tree \
--release
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion gpgme.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gpgme-1.13.1-0
# BEE_VERSION gpgme-1.14.0-0

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

Expand Down
4 changes: 2 additions & 2 deletions libgpg-error.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libgpg-error-1.29-0
# BEE_VERSION libgpg-error-1.39-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -54,7 +54,7 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down
2 changes: 1 addition & 1 deletion vala.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION vala-0.36.15-0
# BEE_VERSION vala-0.50.1-0

SRCURL[0]="https://download.gnome.org/sources/vala/${PKGVERSION[2]}/vala-${PKGVERSION}.tar.xz"

Expand Down