diff --git a/srcpkgs/checksec/template b/srcpkgs/checksec/template new file mode 100644 index 0000000000..5e6e3c9444 --- /dev/null +++ b/srcpkgs/checksec/template @@ -0,0 +1,17 @@ +# Template file for 'checksec' +pkgname=checksec +version=1.5 +revision=1 +noarch=yes +build_style=fetch +depends="binutils" +short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE" +maintainer="Christian Neukirchen " +license="BSD-3" +homepage="http://www.trapkit.de/tools/checksec.html" +distfiles="http://www.trapkit.de/tools/checksec.sh>checksec" +checksum=77b8a7fd9393d10def665658a41176ee745d5c7969a4a0f43cefcc8a4cd90947 + +do_install() { + vbin checksec +}