From 73ff3c1cb3b8d7655d630b1dceb586543f078f6e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 28 Nov 2023 11:08:48 +0100 Subject: [PATCH] btop: add version 1.2.13 - added --- btop.be0 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 btop.be0 diff --git a/btop.be0 b/btop.be0 new file mode 100755 index 000000000..0bb6d55ed --- /dev/null +++ b/btop.be0 @@ -0,0 +1,34 @@ +#!/usr/bin/env beesh + +# BEE_VERSION btop-1.2.13-0 + +# more info: https://github.com/aristocratos/btop + +# SRCURL[0]="https://github.com/aristocratos/btop/archive/refs/tags/v${PKGVERSION}.tar.gz btop-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/be23bfd87f885c0f606f467ccfebc5e3/btop-1.2.13.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 +#}