testing/aide: new aport

https://aide.github.io/
file integrity checker and intrusion detection program
This commit is contained in:
Milan P. Stanić 2024-03-12 19:22:31 +00:00
parent ff6ca576fd
commit f3931a6727

42
testing/aide/APKBUILD Normal file
View File

@ -0,0 +1,42 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
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
"