swrm-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-30 19:44:01.063593
View on AUR
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}
6pkgname=${_appname}-bin
7pkgdesc="Local-first BitTorrent TUI with a VPN kill-switch and in-app streaming"
8
9pkgver=0.1.1
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('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}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25options=('!strip')
26
27source=("CONFIG_EXAMPLE-${pkgver}.yaml::${_ghurlraw}/config.example.yaml"
28 "README-${pkgver}.md::${_ghurlraw}/README.md"
29 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
32sha256sums=('2bef7a5b3dcbbe32c8cbd2563b5e6214271f04acedcc44369fb24528113b4f28'
33 'ce2bbf0cdd7f018fab4449569af7c675350f60779ba7ce689b1f2c4115c7710c'
34 '97773d070c525e2cf9df0e500eb0c8f2e4b950ea0122f5eff4b3602f090fde81')
35sha256sums_x86_64=('d1f8e150a45e4158f60dc9122f334605014326485b3f2f01243e6f1e7bb10034')
36sha256sums_aarch64=('72cd278cd9193ad18a7d45c7ab17df46310ab9bf19fd26a7c0b5dd93d66caead')
37
38
39package() {
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)SeverityRules
2026-08-30 19:44:01 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion