lazy-luks
LOW
maintainer ABOBEICA
0 votes
scanned 2026-09-08 13:17:19.099707
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: sandu <alexandrubobeica44@gmail.com> <Halespider396>
2
pkgname=lazy-luks
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A TUI wrapper for LUKS/dm-crypt, bringing the lazy-ecosystem philosophy to disk encryption"
6
arch=('x86_64')
7
url="https://github.com/Halespider396/lazy-luks"
8
license=('GPL-3.0-or-later')
9
depends=('cryptsetup' 'gcc-libs')
10
makedepends=('cargo')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/Halespider396/lazy-luks/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('791aded3e124cd052d7625c3a04ec25941030d89f1ef5e94443edb0b1965b8ee')
13
14
prepare() {
15
cd "$pkgname-$pkgver"
16
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
17
}
18
19
build() {
20
cd "$pkgname-$pkgver"
21
export RUSTUP_TOOLCHAIN=stable
22
export CARGO_TARGET_DIR=target
23
cargo build --frozen --release
24
}
25
26
package() {
27
cd "$pkgname-$pkgver"
28
install -Dm755 "target/release/lazy-luks" "$pkgdir/usr/bin/lazy-luks"
29
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 2>/dev/null || true
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 13:17:19 | Low | 1 |