# Maintainer: Daryl Ronningen _fullcommit=55ae3986e7c54efdbcb4b3d9e5834ed4826d81f7 pkgname=fortify-headers pkgver=1.1.1 pkgrel=1 pkgdesc="Standalone portable header-based implementation of FORTIFY_SOURCE" arch=("any") url="https://github.com/jvoisin/fortify-headers" license=("custom") source=("https://github.com/chimera-linux/fortify-headers/archive/$_fullcommit.tar.gz") sha256sums=('c7eb4e1b442dfcf9f85862851bd5dd3f43b7f879a7755820be4e04560d3ce2c0') package() { cd $pkgname-$_fullcommit make DESTDIR=$pkgdir PREFIX=/usr install }