This commit is contained in:
2024-04-15 22:46:48 +03:00
parent 39046fe1f2
commit 4f45d2d875
13 changed files with 148 additions and 154 deletions

View File

@ -23,10 +23,10 @@ prepare() {
}
build() {
cd "${srcdir}/obs-vkcapture/build"
cd "${srcdir}/obs-vkcapture/build"
cmake -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr ..
make
make install
}
}
package() {
}