From c4bcbad99971ed9f025b0de75c3d8f3bd06d2baa Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 24 Mar 2024 10:00:34 +0100 Subject: [PATCH] bcache-tools: Add version 1.1 As we get more serious with our bcache experiments, install the userspace tools. --- bcache-tools.be0 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 bcache-tools.be0 diff --git a/bcache-tools.be0 b/bcache-tools.be0 new file mode 100755 index 000000000..21b6625a0 --- /dev/null +++ b/bcache-tools.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION bcache-tools-1.1-0 + +# more info: https://docs.kernel.org/admin-guide/bcache.html + +#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/snapshot/bcache-tools-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/6cf487791df2b2b2f1683fcb625e09d2/bcache-tools-1.1.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() { + mkdir -p $D$SBINDIR + mkdir -p $D/lib/udev/rules.d + mkdir -p $D$MANDIR/man8 + bee_install +} + +#mee_install_post() { +# exit +#}