Skip to content

Commit

Permalink
Merge pull request #1989 from mariux64/add-dino-0.1.0+
Browse files Browse the repository at this point in the history
Add Dino 0.1.0+
  • Loading branch information
pmenzel authored Oct 26, 2020
2 parents 49bdcb2 + f2986bc commit cc7065a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
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

0 comments on commit cc7065a

Please sign in to comment.