diff --git a/graphene.be0 b/graphene.be0 new file mode 100755 index 000000000..dca9fed67 --- /dev/null +++ b/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 +#}