From e27e2f7839777053451e364fd4ef23f98877b0f7 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 21 Apr 2021 12:10:04 +0200 Subject: [PATCH] tepl: Add version 6.00 dependencie for gedit --- tepl.be0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 tepl.be0 diff --git a/tepl.be0 b/tepl.be0 new file mode 100755 index 000000000..db1d09ec7 --- /dev/null +++ b/tepl.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION tepl-6.00.0-0 + +SRCURL[0]="https://download.gnome.org/sources/tepl/${PKGVERSION[2]}/tepl-${PKGVERSION}.tar.xz" + +# 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 +#} +## by default this may be 'make install DESTDIR="${D}"'