tide-bin
LOW
maintainer alliehere
0 votes
scanned 2026-09-17 13:25:46.713858
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: Allie Bayless <drbayless@gmail.com>
2
#
3
# Generated from packaging/aur/PKGBUILD.in by packaging/aur/render-pkgbuild.sh.
4
# Edit the template in the tide repository, not this file.
5
6
pkgname=tide-bin
7
pkgver=1.2.1
8
pkgrel=2
9
pkgdesc="Terminal RSS reader built with Bubble Tea"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/allisonhere/tide"
12
license=('MIT')
13
provides=("tide=$pkgver")
14
conflicts=('tide')
15
optdepends=(
16
'xdg-utils: open articles in a browser'
17
'wl-clipboard: clipboard support on Wayland'
18
'xclip: clipboard support on X11'
19
'xsel: clipboard support on X11 (alternative to xclip)'
20
)
21
# Upstream ships a static, already-stripped binary; re-stripping it only
22
# produces an empty debug package.
23
options=('!strip' '!debug')
24
25
source=("LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE")
26
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/tide-linux-x86_64.tar.gz")
27
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/tide-linux-aarch64.tar.gz")
28
sha256sums=('7ded3abde5f4be92306e0ee24c6db97b1825e4eaa1b8fd473669c521f5a409dd')
29
sha256sums_x86_64=('4524867dd7ac994d83b7724fbea77dd0564c3e2382c708c1fe03dccd23ccff19')
30
sha256sums_aarch64=('35a343c132be3524e411f4988f02e09b5467417ea0cd2519a4fe15c423bf636c')
31
32
package() {
33
install -Dm755 "$srcdir/tide-linux-$CARCH" "$pkgdir/usr/bin/tide"
34
install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 13:25:46 | Low | 1 |