rill-torrent
LOW
maintainer sachesi
0 votes
scanned 2026-09-18 17:28:51.851564
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: sachesi <xsachesi@pm.me>
2
3
# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4
pkgname=rill-torrent
5
_name=rill
6
pkgver=0.3.0
7
pkgrel=1
8
pkgdesc='A small BitTorrent client'
9
arch=('x86_64' 'aarch64')
10
url='https://github.com/sachesi/rill'
11
license=('GPL-3.0-or-later' 'Apache-2.0')
12
depends=('gtk4>=1:4.20' 'libadwaita>=1:1.8' 'glib2' 'cairo' 'hicolor-icon-theme' 'libgcc' 'glibc')
13
makedepends=('cargo' 'blueprint-compiler' 'just' 'gettext')
14
conflicts=('rill' 'rill-git' 'rill-bin')
15
# SQLite is compiled in; the Rust linker cannot read the objects makepkg's LTO makes of it.
16
options=('!lto')
17
source=("$_name-$pkgver.tar.gz::$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
18
sha256sums=('153744a885ad180770472482d36b56ab653b51e7a9180b604208c649f75abbf5')
19
20
prepare() {
21
cd "$_name-$pkgver"
22
export RUSTUP_TOOLCHAIN=stable
23
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
24
}
25
26
build() {
27
cd "$_name-$pkgver"
28
export RUSTUP_TOOLCHAIN=stable
29
export CARGO_TARGET_DIR=target
30
export RILL_LOCALEDIR=/usr/share/locale
31
cargo build --frozen --release
32
}
33
34
check() {
35
cd "$_name-$pkgver"
36
export RUSTUP_TOOLCHAIN=stable
37
export CARGO_TARGET_DIR=target
38
cargo test --frozen
39
}
40
41
package() {
42
cd "$_name-$pkgver"
43
DESTDIR="$pkgdir" just prefix=/usr install
44
# The install recipe refreshes the caches even when staged; pacman's hooks own them.
45
rm -f "$pkgdir/usr/share/applications/mimeinfo.cache" \
46
"$pkgdir/usr/share/icons/hicolor/icon-theme.cache"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 17:28:51 | Low | 1 |