checksec: fix build
This commit is contained in:
parent
c53f02deed
commit
e403d1cdfd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue