oapi-bin

LOW
maintainer lloydzhou 0 votes scanned 2026-09-11 17:22:59.755085
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: Lloyd <lloydzhou@qq.com>
2
3pkgname=oapi-bin
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="OpenAPI command-line client written in Rust (prebuilt binary)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/lloydzhou/oapi"
9license=('MIT')
10provides=('oapi')
11conflicts=('oapi')
12depends=('ca-certificates')
13source_x86_64=("oapi-linux-amd64::https://github.com/lloydzhou/oapi/releases/download/v${pkgver}/oapi-linux-amd64")
14source_aarch64=("oapi-linux-arm64::https://github.com/lloydzhou/oapi/releases/download/v${pkgver}/oapi-linux-arm64")
15sha256sums_x86_64=('7860f1a6c177c73b21d18d1f94d27dfecca84f3685ec118f0713a3b4cf9bca2a')
16sha256sums_aarch64=('766fcb57cbcd98c6041ad5b0d217de2fda08828375db752cc45366663efa0b51')
17options=('!strip')
18
19_binarch() {
20 case "$CARCH" in
21 x86_64) echo amd64 ;;
22 aarch64) echo arm64 ;;
23 esac
24}
25
26package() {
27 install -Dm755 "${srcdir}/oapi-linux-$(_binarch)" "${pkgdir}/usr/bin/oapi"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 17:22:59 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