18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'checksec'
|
|
pkgname=checksec
|
|
version=2.6.0
|
|
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=39d4158f96bdc7533ad6595703375c0046951fe4f6367b831ef92d9c66c1a307
|
|
|
|
do_install() {
|
|
vbin checksec
|
|
vlicense LICENSE.txt
|
|
vman extras/man/checksec.1
|
|
}
|