From f3931a6727bbdb98dd81c856906ae812a0e8a2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Tue, 12 Mar 2024 19:22:31 +0000 Subject: [PATCH] testing/aide: new aport https://aide.github.io/ file integrity checker and intrusion detection program --- testing/aide/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testing/aide/APKBUILD diff --git a/testing/aide/APKBUILD b/testing/aide/APKBUILD new file mode 100644 index 00000000000..d70c9794e58 --- /dev/null +++ b/testing/aide/APKBUILD @@ -0,0 +1,42 @@ +# Contributor: Milan P. Stanić +# Maintainer: Milan P. Stanić +pkgname=aide +pkgver=0.18.6 +pkgrel=0 +pkgdesc="file integrity checker and intrusion detection program" +url="https://aide.github.io/" +arch="all" +license="GPL-2.0-or-later" +makedepends=" + autoconf + automake + bison + flex + libgcrypt-dev + pcre2-dev + " +subpackages="$pkgname-doc" +source="https://github.com/aide/aide/releases/download/v$pkgver/aide-$pkgver.tar.gz" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums=" +c0e7c366029a401bce4cf44762caecada4d4831bfc2f00ebab6cb818ba259fae5409fdfcc7386d2bc9ca91a8e8fe0eb78927205bc75513578b8a3ccd17183744 aide-0.18.6.tar.gz +"