19 lines
577 B
Bash
19 lines
577 B
Bash
# Template file for 'checksec'
|
|
pkgname=checksec
|
|
version=1.11.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="checksec.sh-${version}"
|
|
depends="binutils"
|
|
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.trapkit.de/tools/checksec.html"
|
|
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
|
checksum=dd09a3f44b992459fbdcae9de0ea4ccf3372a1e0680cb2dc7077ad481b5a50ba
|
|
|
|
do_install() {
|
|
vbin checksec
|
|
vlicense LICENSE.txt
|
|
vman extras/man/checksec.1
|
|
}
|