flatpak-helper

LOW
maintainer ventureo 0 votes scanned 2026-08-29 19:40:31.595196
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: Vasiliy Stelmachenok <ventureo@cachyos.org>
2pkgname=flatpak-helper
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="CLI wrapper for Flatpak written in Rust"
6arch=('x86_64')
7url="https://github.com/ArisoN-ext/flatpak-helper"
8license=('GPL-3.0-or-later')
9makedepends=('git' 'rust' 'cargo')
10depends=('flatpak' 'glibc' 'libgcc')
11source=("git+${url}#tag=v${pkgver}")
12sha256sums=('1017bdcfd93e463af3afe5e679052e92937afd2bff4fdfa1004e6c95c56c49c5')
13
14prepare() {
15 cd "$pkgname"
16 cargo fetch --locked --target host-tuple
17}
18
19build() {
20 cd "$pkgname"
21 cargo build --frozen --release
22}
23
24package() {
25 cd "$pkgname"
26 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 19:40:31 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