oxipass-tui-bin
LOW
maintainer arosario513
1 votes
scanned 2026-09-06 21:12:32.019604
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: arosario513
2
pkgname=oxipass-tui-bin
3
pkgver=1.1.0
4
pkgrel=2
5
pkgdesc="A terminal-based password manager"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/arosario513/oxipass-tui"
8
license=('MIT')
9
depends=('glibc' 'gcc-libs')
10
provides=('oxipass-tui')
11
conflicts=('oxipass-tui')
12
13
source=("LICENSE::https://raw.githubusercontent.com/arosario513/oxipass-tui/v${pkgver}/LICENSE")
14
source_x86_64=("oxipass-tui::https://github.com/arosario513/oxipass-tui/releases/download/v${pkgver}/oxipass-tui-x86_64-unknown-linux-gnu")
15
source_aarch64=("oxipass-tui::https://github.com/arosario513/oxipass-tui/releases/download/v${pkgver}/oxipass-tui-aarch64-unknown-linux-gnu")
16
sha256sums=('e1aa170c2892a29d9fb5377cd798b90c773c49d89cd9254fb5e94730cf99380a')
17
sha256sums_x86_64=('22124342e828bacc74e33e1485f536f1d5367ad66341285d465b23e8aed6584c')
18
sha256sums_aarch64=('45eebdb7be769003e4a17867c289b3f436582602cc1188a3adeade5f8133cb98')
19
20
package() {
21
install -Dm755 oxipass-tui "${pkgdir}/usr/bin/oxipass-tui"
22
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 21:12:32 | Low | 1 |