obs-plugin-shadertastic-git

LOW
maintainer Mylloon 0 votes scanned 2026-09-05 22:01:36.851925
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# shellcheck disable=SC2034,SC2148,SC2154
2
3# Maintainer: Mylloon <aur@mylloon.fr>
4
5_pkgname=obs-plugin-shadertastic
6pkgname="${_pkgname}"-git
7pkgdesc="An OBS plugin to add amazing effects for your stream"
8pkgver=1.2.0.r0.gbac0d9b
9pkgrel=1
10
11arch=("x86_64")
12url="https://github.com/xurei/shadertastic"
13license=('GPL-2.0')
14
15depends=('obs-studio')
16makedepends=("clang" "cmake" "patchelf")
17
18provides=("${_pkgname}=${pkgver}")
19conflicts=("${_pkgname}" "${_pkgname}-bin")
20
21source=("${pkgname}::git+https://github.com/xurei/shadertastic.git")
22sha256sums=('SKIP')
23
24options=(!debug)
25
26pkgver() {
27 cd "${pkgname}" || exit
28 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
29}
30
31prepare() {
32 cd "${pkgname}" || exit
33
34 git submodule update --init --recursive
35}
36
37build() {
38 cd ${pkgname} || exit
39
40 cmake -S . -B build -DBUILD_OUT_OF_TREE=On -DCMAKE_INSTALL_PREFIX=/usr
41 cmake --build build
42}
43
44package() {
45 cd "${srcdir}/${pkgname}" || exit
46
47 DESTDIR="${pkgdir}" cmake --install build
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 22:01:36 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