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