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
3
pkgname=swissfer
4
pkgver=2.0.0
5
pkgrel=1
6
arch=(x86_64)
7
pkgdesc="Command line interface for Swisstransfer."
8
url='https://github.com/Blutsh/swissfer'
9
license=(GPL)
10
makedepends=(cargo)
11
source=("https://github.com/Blutsh/swissfer/archive/refs/tags/$pkgver.tar.gz")
12
sha256sums=('426c118fd97aa9d829e50a1728b724f19ca5c1f91f6e7872f40cd10677c619d3')
13
14
prepare() {
15
ln -sf "$pkgname-$pkgver" "$pkgname"
16
}
17
18
build() {
19
cd "$pkgbase"
20
21
cargo build --release
22
}
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-18 15:40:04 | LOW | 1 |