From f46e6948cfed20520d37766107bd053965a44538 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 2 Sep 2023 21:53:51 +0200 Subject: [PATCH] libinih: Add version 57 Add libinih, which is now a build dependency for xfsprogs. --- libinih.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 libinih.be0 diff --git a/libinih.be0 b/libinih.be0 new file mode 100755 index 000000000..17b743d4a --- /dev/null +++ b/libinih.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libinih-57-0 + +# more info: https://github.com/benhoyt/inih/ + +#SRCURL[0]="https://github.com/benhoyt/inih/archive/refs/tags/r${PKGVERSION}.tar.gz libinih.${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/07aa33593487633519fb3a0e55546c09/libinih.57.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 +#}