Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
graphene: add version 1.10.6
- required by Dia
  • Loading branch information
wwwutz committed Aug 24, 2021
1 parent c284c64 commit 04b98f3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions graphene.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION graphene-1.10.6-0

# more info: https://foo.bar.com

# https://download.gnome.org/sources/graphene/1.10/graphene-1.10.6.tar.xz

SRCURL[0]="https://beehive.molgen.mpg.de/390139e704772b915ff2b7cac56c24ae/graphene-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
-Dtests=false \
-Dbenchmarks=false
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 04b98f3

Please sign in to comment.