mossp
LOW
maintainer xerusion
0 votes
scanned 2026-09-17 11:25:44.432472
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: Xerusion <arch@xerusion.me>
2
pkgname="mossp"
3
pkgver="26.9.0"
4
pkgrel="1"
5
pkgdesc="open-source music player using iced and gstreamer"
6
arch=('x86_64')
7
url="https://mossp.org"
8
license=('GPL-3.0-or-later')
9
depends=('gstreamer' 'gst-plugins-base' 'gst-plugins-good')
10
makedepends=('cargo')
11
source=("https://codeberg.org/xerusion/mossp/archive/${pkgver}.tar.gz")
12
sha256sums=('a95dc31d63111dd8aa598f36549749ba1123622e517a48f9ba1035d32253c15c')
13
prepare() {
14
cd "$srcdir/$pkgname"
15
export RUSTUP_TOOLCHAIN=stable
16
cargo fetch --locked --target host-tuple
17
}
18
build() {
19
cd "$srcdir/$pkgname"
20
export RUSTUP_TOOLCHAIN=stable
21
export CARGO_TARGET_DIR=target
22
cargo build --frozen --release --all-features
23
}
24
package() {
25
cd "$srcdir/$pkgname"
26
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
27
install -Dm0755 -t "$pkgdir/usr/share/applications/" "assets/linux/${pkgname}.desktop"
28
install -Dm0755 -t "$pkgdir/usr/share/icons/hicolor/128x128/apps/" "assets/${pkgname}.png"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 11:25:44 | Low | 1 |