mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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
|
pkgname=checksec-rs
|
||||||
pkgver=0.0.9
|
pkgver=0.0.9
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Fast multi-platform (ELF/PE/MachO) binary checksec"
|
pkgdesc="Fast multi-platform (ELF/PE/MachO) binary checksec"
|
||||||
url="https://github.com/etke/checksec.rs"
|
url="https://github.com/etke/checksec.rs"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -18,7 +18,8 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cargo auditable build --release --frozen --no-default-features --features="elf,color"
|
cargo auditable build --frozen --release \
|
||||||
|
--no-default-features --features="elf,color"
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
Loading…
Reference in New Issue
Block a user