# Contributor: Will Sinatra # Maintainer: Will Sinatra pkgname=recutils pkgver=1.8 pkgrel=0 pkgdesc="Set of tools and libraries to access plain text databases called recfiles" url="https://www.gnu.org/software/recutils/" license="GPL-3.0-or-later" arch="all" depends="libgcrypt" # Required for encryption source="https://ftp.gnu.org/gnu/recutils/recutils-$pkgver.tar.gz" subpackages="$pkgname-doc $pkgname-dev" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { make -k check } package() { make DESTDIR="$pkgdir/" install } sha512sums="607284f3e0f067c4fbbd239ff93fdadcf0864d45cb7d27c955a79595778cd76531043f6896f00345fc74853c5fd63bd2379deb4f7d26d49cf515ae46a2dd937c recutils-1.8.tar.gz"