void-packages/srcpkgs/checksec/template
2017-07-11 20:07:58 +02:00

21 lines
559 B
Bash

# Template file for 'checksec'
pkgname=checksec
version=1.5
revision=5
noarch=yes
build_style=fetch
depends="binutils"
hostmakedepends="dos2unix"
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
homepage="http://www.trapkit.de/tools/checksec.html"
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
do_install() {
dos2unix checksec
vbin checksec
# vlicense in script
}