checksec: fix build

This commit is contained in:
maxice8 2018-10-16 07:46:17 -03:00
parent c53f02deed
commit e403d1cdfd
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ noarch=yes
depends="binutils"
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
license="BSD-3-Clause"
homepage="http://www.trapkit.de/tools/checksec.html"
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
checksum=1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac
@ -15,5 +15,5 @@ checksum=1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac
do_install() {
vbin checksec
vlicense LICENSE.txt
vman extras/man/checksec.7
vman extras/man/checksec.1
}