# Template file for 'checksec' pkgname=checksec version=1.9.0 revision=1 wrksrc="checksec.sh-${version}" noarch=yes depends="binutils" short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE" maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="http://www.trapkit.de/tools/checksec.html" distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz" checksum=1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac do_install() { vbin checksec vlicense LICENSE.txt vman extras/man/checksec.1 }