mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/checksec-rs: claim maintainership
This commit is contained in:
parent
52fa41a3b2
commit
100a0dd1b0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user