void-packages/srcpkgs/checksec/template

20 lines
551 B
Bash
Raw Normal View History

2015-03-07 16:13:07 +00:00
# Template file for 'checksec'
pkgname=checksec
version=1.5
2016-10-30 14:47:05 +00:00
revision=4
2015-03-07 16:13:07 +00:00
noarch=yes
build_style=fetch
depends="binutils"
2016-10-30 14:47:05 +00:00
hostmakedepends="dos2unix"
2015-03-07 16:13:07 +00:00
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2015-07-25 08:34:18 +00:00
license="3-clause-BSD"
2015-03-07 16:13:07 +00:00
homepage="http://www.trapkit.de/tools/checksec.html"
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
2016-10-28 02:19:28 +00:00
checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
2015-03-07 16:13:07 +00:00
do_install() {
2016-10-30 14:47:05 +00:00
dos2unix checksec
2015-03-07 16:13:07 +00:00
vbin checksec
}