tideftp-bin
LOW
maintainer alliehere
0 votes
scanned 2026-09-17 15:25:49.288233
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 TideFTP repository, not this file.
5
6
pkgname=tideftp-bin
7
pkgver=0.3.1
8
pkgrel=1
9
pkgdesc="Keyboard-first terminal file transfer client for SFTP, FTP and FTPS with a two-pane layout and a real transfer queue"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/allisonhere/TideFTP"
12
license=('MIT')
13
provides=("tideftp=$pkgver")
14
conflicts=('tideftp')
15
optdepends=(
16
'wl-clipboard: clipboard support on Wayland'
17
'xclip: clipboard support on X11'
18
'xsel: clipboard support on X11 (alternative to xclip)'
19
)
20
# Upstream ships a static, already-stripped binary; re-stripping it only
21
# produces an empty debug package.
22
options=('!strip' '!debug')
23
24
source=("LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE")
25
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/tideftp-linux-x86_64.tar.gz")
26
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/tideftp-linux-aarch64.tar.gz")
27
sha256sums=('7ded3abde5f4be92306e0ee24c6db97b1825e4eaa1b8fd473669c521f5a409dd')
28
sha256sums_x86_64=('d829555fe7575cc9cad2cc9791fbce5166aaba70e2fd97c29b70a3c1acc3d3d5')
29
sha256sums_aarch64=('333b80b705262895eb424bd4a78dacb3c8a74186cc0285e2af167b42acc03e7c')
30
31
package() {
32
install -Dm755 "$srcdir/tideftp-linux-$CARCH" "$pkgdir/usr/bin/tideftp"
33
install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 15:25:49 | Low | 1 |