obs-plugin-shadertastic-git
LOW
maintainer Mylloon
0 votes
scanned 2026-09-05 22:01:36.851925
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
6
pkgname="${_pkgname}"-git
7
pkgdesc="An OBS plugin to add amazing effects for your stream"
8
pkgver=1.2.0.r0.gbac0d9b
9
pkgrel=1
10
11
arch=("x86_64")
12
url="https://github.com/xurei/shadertastic"
13
license=('GPL-2.0')
14
15
depends=('obs-studio')
16
makedepends=("clang" "cmake" "patchelf")
17
18
provides=("${_pkgname}=${pkgver}")
19
conflicts=("${_pkgname}" "${_pkgname}-bin")
20
21
source=("${pkgname}::git+https://github.com/xurei/shadertastic.git")
22
sha256sums=('SKIP')
23
24
options=(!debug)
25
26
pkgver() {
27
cd "${pkgname}" || exit
28
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
29
}
30
31
prepare() {
32
cd "${pkgname}" || exit
33
34
git submodule update --init --recursive
35
}
36
37
build() {
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
44
package() {
45
cd "${srcdir}/${pkgname}" || exit
46
47
DESTDIR="${pkgdir}" cmake --install build
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 22:01:36 | Low | 1 |