lazy-luks

LOW
maintainer ABOBEICA 0 votes scanned 2026-09-08 13:17:19.099707
View on AUR
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>
2pkgname=lazy-luks
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A TUI wrapper for LUKS/dm-crypt, bringing the lazy-ecosystem philosophy to disk encryption"
6arch=('x86_64')
7url="https://github.com/Halespider396/lazy-luks"
8license=('GPL-3.0-or-later')
9depends=('cryptsetup' 'gcc-libs')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/Halespider396/lazy-luks/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('791aded3e124cd052d7625c3a04ec25941030d89f1ef5e94443edb0b1965b8ee')
13
14prepare() {
15 cd "$pkgname-$pkgver"
16 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
17}
18
19build() {
20 cd "$pkgname-$pkgver"
21 export RUSTUP_TOOLCHAIN=stable
22 export CARGO_TARGET_DIR=target
23 cargo build --frozen --release
24}
25
26package() {
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)SeverityRules
2026-09-08 13:17:19 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion