tailcat-bin

LOW
maintainer barbuk 0 votes scanned 2026-08-30 07:41:46.840772
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: Julien Virey <julien.virey@gmail.com>
2
3pkgname=tailcat-bin
4pkgver=0.2.0
5pkgrel=1
6pkgdesc="like netcat, but over Tailscale's data plane, without Tailscale's control plane"
7url='https://github.com/tailscale/tailcat'
8arch=(aarch64 x86_64)
9license=(BSD-3-Clause)
10depends=(glibc)
11provides=("${pkgname%-bin}")
12conflicts=("${pkgname%-bin}")
13source_x86_64=(
14 ${pkgname%-bin}-amd64-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz
15)
16source_aarch64=(
17 ${pkgname%-bin}-arm64-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_arm64.tar.gz
18)
19sha256sums_aarch64=('ee0d92a7f3f0bc670a45da9e7f00c46260298e1e2c721eea7389aa28a0ddd4d9')
20sha256sums_x86_64=('a4b439e006720b32c716c4ca66b2790a62a9a82735ac8bc686c48025bedbbee5')
21
22package() {
23 install -Dm755 ${pkgname%-bin} "${pkgdir}/usr/bin/${pkgname%-bin}"
24 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
25 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname%-bin}/README.md"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 07:41: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