aercast

LOW
maintainer Xarth 0 votes scanned 2026-08-27 17:33:13.062181
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

1pkgname=aercast
2pkgver=0.1.1
3pkgrel=1
4pkgdesc='Native Linux/Wayland screen sharing over HTTP'
5arch=('x86_64')
6url='https://github.com/Xarth-Mai/Aercast'
7license=('MPL-2.0')
8depends=(
9 'gst-libav'
10 'gst-plugin-pipewire'
11 'gst-plugin-va'
12 'gst-plugins-bad-libs'
13 'gst-plugins-base-libs'
14 'gst-plugins-good'
15 'gst-plugins-ugly'
16 'gstreamer'
17 'libpipewire'
18 'libxkbcommon'
19 'vulkan-icd-loader'
20 'wayland'
21 'xdg-desktop-portal'
22)
23makedepends=('cargo' 'clang' 'pkgconf')
24source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
25sha256sums=('063c1fa34bd8c3348cf79ab8ecb6e5c042af89b6d606f37649fd31550811bae2')
26
27prepare() {
28 cd "Aercast-$pkgver"
29 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
30}
31
32build() {
33 cd "Aercast-$pkgver"
34 cargo build --frozen --release
35}
36
37check() {
38 cd "Aercast-$pkgver"
39 cargo test --frozen
40}
41
42package() {
43 cd "Aercast-$pkgver"
44 install -Dm755 target/release/aercast "$pkgdir/usr/bin/aercast"
45 install -Dm644 assets/aercast-icon.png "$pkgdir/usr/share/pixmaps/aercast.png"
46 install -d "$pkgdir/usr/share/applications"
47 cat > "$pkgdir/usr/share/applications/aercast.desktop" <<'EOF'
48[Desktop Entry]
49Type=Application
50Name=Aercast
51Comment=Share your screen directly from Linux
52Exec=aercast
53Icon=aercast
54Terminal=false
55Categories=AudioVideo;Network;
56Keywords=Wayland;Screen;Sharing;Streaming;
57EOF
58}
59

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 17:33:13 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