swrm-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-30 19:44:01.063593
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=ManasvinYadav
4
_gitname=swrm
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="Local-first BitTorrent TUI with a VPN kill-switch and in-app streaming"
8
9
pkgver=0.1.1
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-amd64' 'linux-arm64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
options=('!strip')
26
27
source=("CONFIG_EXAMPLE-${pkgver}.yaml::${_ghurlraw}/config.example.yaml"
28
"README-${pkgver}.md::${_ghurlraw}/README.md"
29
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
32
sha256sums=('2bef7a5b3dcbbe32c8cbd2563b5e6214271f04acedcc44369fb24528113b4f28'
33
'ce2bbf0cdd7f018fab4449569af7c675350f60779ba7ce689b1f2c4115c7710c'
34
'97773d070c525e2cf9df0e500eb0c8f2e4b950ea0122f5eff4b3602f090fde81')
35
sha256sums_x86_64=('d1f8e150a45e4158f60dc9122f334605014326485b3f2f01243e6f1e7bb10034')
36
sha256sums_aarch64=('72cd278cd9193ad18a7d45c7ab17df46310ab9bf19fd26a7c0b5dd93d66caead')
37
38
39
package() {
40
cd "${srcdir}/" || exit
41
42
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
43
44
install -Dm644 "CONFIG_EXAMPLE-${pkgver}.yaml" "${pkgdir}/usr/share/doc/${pkgname}/config/config.example.yaml"
45
46
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
47
48
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Low | 1 |