testing/checksec-rs: claim maintainership

This commit is contained in:
Celeste 2023-10-29 06:03:02 +00:00 committed by omni
parent 52fa41a3b2
commit 100a0dd1b0

View File

@ -1,7 +1,7 @@
# Maintainer:
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=checksec-rs
pkgver=0.0.9
pkgrel=2
pkgrel=3
pkgdesc="Fast multi-platform (ELF/PE/MachO) binary checksec"
url="https://github.com/etke/checksec.rs"
arch="all"
@ -18,7 +18,8 @@ prepare() {
}
build() {
cargo auditable build --release --frozen --no-default-features --features="elf,color"
cargo auditable build --frozen --release \
--no-default-features --features="elf,color"
}
check() {