skysend-bin
LOW
maintainer codekoala
0 votes
scanned 2026-09-23 13:40:34.773403
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: codekoala <arch@cloudlery.com>
2
pkgname=skysend-bin
3
pkgver=2.12.1
4
pkgrel=1
5
pkgdesc='Command-line client for SkySend end-to-end encrypted file and note sharing'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/Skyfay/SkySend'
8
license=('AGPL-3.0-only')
9
depends=('glibc')
10
provides=('skysend')
11
conflicts=('skysend')
12
options=('!strip')
13
source_x86_64=("${pkgname}-${pkgver}-x86_64::${url}/releases/download/v${pkgver}/skysend-linux-x64")
14
source_aarch64=("${pkgname}-${pkgver}-aarch64::${url}/releases/download/v${pkgver}/skysend-linux-arm64")
15
sha256sums_x86_64=('a423bc417e58aa5e3ea3f6c5c7817bc132da829b90bf58f34856a52d6a8940dd')
16
sha256sums_aarch64=('434bb1307171be9190a9d8779b7aa00887b21818fea5ed2fed6f858677c64df8')
17
18
package() {
19
install -Dm755 "${srcdir}/${pkgname}-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/skysend"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 13:40:34 | Low | 1 |