17 lines
505 B
Bash
17 lines
505 B
Bash
# Template file for 'checksec'
|
|
pkgname=checksec
|
|
version=1.5
|
|
revision=2
|
|
noarch=yes
|
|
build_style=fetch
|
|
depends="binutils"
|
|
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="3-clause-BSD"
|
|
homepage="http://www.trapkit.de/tools/checksec.html"
|
|
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
|
|
checksum=77b8a7fd9393d10def665658a41176ee745d5c7969a4a0f43cefcc8a4cd90947
|
|
|
|
do_install() {
|
|
vbin checksec
|
|
}
|