18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'checksec'
|
|
pkgname=checksec
|
|
version=2.7.1
|
|
revision=1
|
|
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="https://github.com/slimm609/checksec.sh"
|
|
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
|
checksum=94b7cd8f9b1fb63341abf166d66d1264aa5136f6fc0f72d28ff9f8af1fcf3c0b
|
|
|
|
do_install() {
|
|
vbin checksec
|
|
vlicense LICENSE.txt
|
|
vman extras/man/checksec.1
|
|
}
|