18 lines
498 B
Bash
18 lines
498 B
Bash
|
# 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 <chneukirchen@gmail.com>"
|
||
|
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
|
||
|
}
|