swissfer

maintainer letorbi · 0 votes · scanned 2026-08-18 15:40:04.149666
LOW
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: Torben <git@letorbi.com>
2
3pkgname=swissfer
4pkgver=2.0.0
5pkgrel=1
6arch=(x86_64)
7pkgdesc="Command line interface for Swisstransfer."
8url='https://github.com/Blutsh/swissfer'
9license=(GPL)
10makedepends=(cargo)
11source=("https://github.com/Blutsh/swissfer/archive/refs/tags/$pkgver.tar.gz")
12sha256sums=('426c118fd97aa9d829e50a1728b724f19ca5c1f91f6e7872f40cd10677c619d3')
13
14prepare() {
15 ln -sf "$pkgname-$pkgver" "$pkgname"
16}
17
18build() {
19 cd "$pkgbase"
20
21 cargo build --release
22}
23
24package() {
25 cargo install --path "$pkgbase"
26
27 mkdir -p "$pkgdir/usr/bin"
28 cp "$pkgbase/target/release/swissfer" "$pkgdir/usr/bin/"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 15:40:04 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