mdrv-db

LOW
maintainer mdrv 0 votes scanned 2026-09-10 17:21:08.413104
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: Umar Alfarouk <medrivia@gmail.com>
2pkgname=mdrv-db
3pkgver=0.2.1
4pkgrel=1
5pkgdesc="Fjall durability envelope around a SQL data port and content-addressed blob store (fleet CLI)"
6arch=('x86_64' 'aarch64')
7url="https://crates.io/crates/mdrv-db"
8license=('MIT')
9depends=('libgcc')
10makedepends=('cargo')
11source=("mdrv-db-$pkgver.crate::https://static.crates.io/crates/mdrv-db/mdrv-db-$pkgver.crate")
12sha256sums=('bd4d48eac4cabaa0d152ffdb9e0db30c9c40a243a99fd9cdb9fb4c907f5e8d29')
13options=('!debug' '!lto')
14
15build() {
16 cd "mdrv-db-$pkgver"
17 cargo build --release --locked
18}
19
20package() {
21 cd "mdrv-db-$pkgver"
22 install -Dm755 target/release/mdrv-db "$pkgdir/usr/bin/mdrv-db"
23 ./target/release/mdrv-db completion > mdrv-db.yaml
24 install -Dm644 mdrv-db.yaml "$pkgdir/usr/share/carapace/specs/mdrv-db.yaml"
25 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 17:21:08 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