# Contributor: Timo Teräs # Maintainer: Adelie Platform Group pkgname=fortify-headers pkgver=1.0 pkgrel=0 pkgdesc="libc-agnostic implementation of FORTIFY_SOURCE" url="https://git.2f30.org/fortify-headers/" arch="noarch" options="!check" # No test suite. license="0BSD" source="https://dl.2f30.org/releases/$pkgname-$pkgver.tar.gz" package() { cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums="085a725da9a6da0eea732ee77e3a3dc7d3c96bc3344172523db5f1e35391492910a050c15c560912115b2db916c2d6fa37e409e997c53399ee4fee912c5513e8 fortify-headers-1.0.tar.gz"