blob: 8c929c5dd353816bcb891c10ad3206f7b1d4a458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = obs-plugin-texture-share-vk-git
pkgdesc = Remote texture sharing plugin for OBS
pkgver = v0.1.0.r2.g9fecc45
pkgrel = 1
url = https://github.com/DigitOtter/obs-plugin-texture-share-vk
arch = any
license = GPL
makedepends = qt6-base
makedepends = git
makedepends = cmake
makedepends = gcc
depends = obs-studio
depends = texture-share-vk
provides = obs-plugin-texture-share-vk
conflicts = obs-plugin-texture-share-vk
source = obs-plugin-texture-share-vk-git::git+https://github.com/DigitOtter/obs-plugin-texture-share-vk.git#branch=master
sha256sums = SKIP
pkgname = obs-plugin-texture-share-vk-git
|