omawarden-git

LOW
maintainer icyleaf 0 votes scanned 2026-09-18 07:27:46.046490
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: icyleaf <icyleaf.cn at gmail dot com>
2
3pkgname=omawarden-git
4pkgver=0.8.0.r0.g0000000
5pkgrel=1
6pkgdesc="High-performance Bitwarden CLI and resident daemon (VCS build from develop branch)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/icyleaf/omarchy-bitwarden"
9license=('MIT')
10depends=('libsecret' 'wl-clipboard')
11makedepends=('cargo' 'git')
12optdepends=('libfido2: WebAuthn / Passkey / FIDO2 security key support')
13provides=('omawarden' 'omawarden-bin')
14conflicts=('omawarden' 'omawarden-bin')
15options=('!lto')
16source=("omarchy-bitwarden::git+https://github.com/icyleaf/omarchy-bitwarden.git#branch=develop")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/omarchy-bitwarden"
21 _ver=$(grep '^version = ' omawarden/Cargo.toml | head -n 1 | cut -d'"' -f2 | cut -d'-' -f1)
22 _rev=$(git rev-list --count HEAD)
23 _hash=$(git rev-parse --short=7 HEAD)
24 printf "%s.r%s.g%s" "$_ver" "$_rev" "$_hash"
25}
26
27build() {
28 cd "${srcdir}/omarchy-bitwarden/omawarden"
29 cargo build --frozen --release --bin omawarden
30}
31
32package() {
33 cd "${srcdir}/omarchy-bitwarden"
34 install -Dm755 omawarden/target/release/omawarden "${pkgdir}/usr/bin/omawarden"
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 07:27:46 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