diff --git a/tiptop.be0 b/tiptop.be0 new file mode 100755 index 000000000..c3e9c20cf --- /dev/null +++ b/tiptop.be0 @@ -0,0 +1,36 @@ +#!/usr/bin/env beesh + +# BEE_VERSION tiptop-2.3.2-0 + +#SRCURL[0]="https://files.inria.fr/pacap/tiptop/tiptop-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/4a24ef05d8a153cb0e79666e5a20472f/tiptop-2.3.2.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +# mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}