pinch-tab-bin

LOW
maintainer czyt 0 votes scanned 2026-08-28 03:33:56.563888
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: czyt <czytcn@gmail.com>
2pkgname=pinch-tab-bin
3pkgver=0.15.2
4pkgrel=2
5pkgdesc="Browser control for AI agents"
6arch=('x86_64' 'aarch64')
7url="https://pinchtab.com"
8license=('MIT')
9depends=('glibc')
10provides=('pinchtab')
11conflicts=('pinchtab')
12source=("LICENSE::https://raw.githubusercontent.com/pinchtab/pinchtab/v${pkgver}/LICENSE")
13source_x86_64=("${pkgname}-${pkgver}-x86_64::https://github.com/pinchtab/pinchtab/releases/download/v${pkgver}/pinchtab-linux-amd64")
14source_aarch64=("${pkgname}-${pkgver}-aarch64::https://github.com/pinchtab/pinchtab/releases/download/v${pkgver}/pinchtab-linux-arm64")
15sha256sums=('8e526b04f1f02203eebfd55aead0657a7ae87e0591cf8a44fbee19441aa0f116')
16sha256sums_x86_64=('0bb4f97a1c92f94bcdbadffc39dc6985a4757c88a77876bbcb42142191e8202d')
17sha256sums_aarch64=('e3343f84d1fffd430821eaa5d509ad454418a09b516b07eff81f6bb5266052ff')
18
19package() {
20 local _src
21 case "$CARCH" in
22 x86_64) _src="${pkgname}-${pkgver}-x86_64" ;;
23 aarch64) _src="${pkgname}-${pkgver}-aarch64" ;;
24 esac
25
26 install -Dm755 "${srcdir}/${_src}" "${pkgdir}/usr/bin/pinchtab"
27 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 03:33:56 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