localsend-cli-bin
LOW
maintainer szdytom
0 votes
scanned 2026-09-25 05:10:30.358237
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: szdytom <szdytom@users.noreply.github.com>
2
# LocalSend CLI - https://localsend.org/
3
4
pkgname=localsend-cli-bin
5
pkgver=1.18.2
6
pkgrel=1
7
pkgdesc="An open-source cross-platform alternative to AirDrop (CLI version)"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/localsend/localsend"
10
license=('AGPL-3.0-only')
11
depends=('glibc')
12
13
source_x86_64=("https://github.com/localsend/localsend/releases/download/v${pkgver}/LocalSend-CLI-${pkgver}-linux-x86-64.tar.gz")
14
source_aarch64=("https://github.com/localsend/localsend/releases/download/v${pkgver}/LocalSend-CLI-${pkgver}-linux-arm-64.tar.gz")
15
sha256sums_x86_64=('f5a986e0b4701b9aafeb9747225a2f3e314e97aba61b3dd7c9d076226f512b08')
16
sha256sums_aarch64=('b003e9837743470f7a423ca1205e664031ce3d2e865acc692f3e47577ea93f6d')
17
18
build() {
19
:
20
}
21
22
package() {
23
install -Dm755 "$srcdir/localsend-cli" -t "$pkgdir/usr/bin"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 05:10:30 | Low | 1 |