pkgs/fortify-headers/PKGBUILD
2023-12-08 21:44:38 -08:00

17 lines
556 B
Bash

# Maintainer: Daryl Ronningen <relms@relms.dev>
_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
}