omawarden-bin
LOW
maintainer icyleaf
0 votes
scanned 2026-09-18 07:27:46.046490
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
3
pkgname=omawarden-bin
4
pkgver=0.8.0
5
pkgrel=1
6
pkgdesc="High-performance Bitwarden CLI and resident daemon (Designed for Omarchy)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/icyleaf/omarchy-bitwarden"
9
license=('MIT')
10
depends=('libsecret' 'wl-clipboard')
11
optdepends=('libfido2: WebAuthn / Passkey / FIDO2 security key support')
12
provides=('omawarden')
13
conflicts=('omawarden')
14
source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/icyleaf/omarchy-bitwarden/releases/download/omawarden-0.8.0/omawarden-0.8.0-x86_64-unknown-linux-gnu.tar.gz")
15
sha256sums_x86_64=('cf122e2ff08c30857a5c298929b16a50c58ca513b3cf200946d5859149f35eb5')
16
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://github.com/icyleaf/omarchy-bitwarden/releases/download/omawarden-0.8.0/omawarden-0.8.0-aarch64-unknown-linux-gnu.tar.gz")
17
sha256sums_aarch64=('821e2e008e9cf19ce7b759c5693aa9205b072032023549a8bcc3d19558064edd')
18
19
package() {
20
install -Dm755 "${srcdir}"/omawarden-*/omawarden "${pkgdir}/usr/bin/omawarden"
21
install -Dm644 "${srcdir}"/omawarden-*/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 07:27:46 | Low | 1 |