From 7774a3d0c4fa2589e3f696955e032a7548944747 Mon Sep 17 00:00:00 2001 From: cociweb Date: Fri, 10 Jan 2025 14:46:01 +0100 Subject: [PATCH] Delete alpine directory --- alpine/0001-patch.patch | 24 ------------------------ alpine/APKBUILD | 34 ---------------------------------- 2 files changed, 58 deletions(-) delete mode 100644 alpine/0001-patch.patch delete mode 100644 alpine/APKBUILD diff --git a/alpine/0001-patch.patch b/alpine/0001-patch.patch deleted file mode 100644 index 80330b0..0000000 --- a/alpine/0001-patch.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 952005870eab391f761f42d94c03091a7606a83c Mon Sep 17 00:00:00 2001 -From: Tim -Date: Mon, 19 Sep 2022 07:17:19 +0100 -Subject: [PATCH] patch - ---- - src/lib/knx/knxnet.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/knx/knxnet.h b/src/lib/knx/knxnet.h -index 13295ea..e01e9a2 100644 ---- a/src/lib/knx/knxnet.h -+++ b/src/lib/knx/knxnet.h -@@ -35,6 +35,7 @@ - #include - #include - #include "lib/knx/knx.h" -+#include - - namespace ebusd { - --- -2.36.2 - diff --git a/alpine/APKBUILD b/alpine/APKBUILD deleted file mode 100644 index 150c018..0000000 --- a/alpine/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Tim -# Maintainer: Tim -pkgname=ebusd -pkgver=22.4 -pkgrel=0 -pkgdesc="Daemon for communication with eBUS heating systems" -url="https://github.com/john30/ebusd" -# Upstream only supports these archs. -arch="x86 x86_64 aarch64 armhf armv7" -license="GPL-3.0-only" -makedepends="argp-standalone cmake mosquitto-dev openssl-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/john30/ebusd/archive/refs/tags/v$pkgver.tar.gz - 0001-patch.patch - " - -build() { - cmake -B build \ - -DCMAKE_BUILD_TYPE=MinSizeRel \ - -DBUILD_TESTING=ON - cmake --build build -} - -check() { - ctest --output-on-failure --test-dir build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} - -sha512sums=" -f625a8813eb5f844d1148eb9d683b9b730573e8c2bc1e3e2fec6462b3943340cfa1cfaf4cd50ff48b45aac47841189ad5d699316907b6abb6e7d1c20a0352842 ebusd-22.4.tar.gz -179072f10cabeea360b71f2f7fe65b822e932e2dceaecbf15589936de90aaefa295d5d8ed0c506255aade46d71fe4fba21fc1090fa46032019490f09ed0dd6a8 0001-patch.patch -"