This commit is contained in:
Евгений Храмов 2023-04-23 12:52:33 +03:00
parent 6fc0b6af62
commit 7709f5a0be

@ -18,12 +18,14 @@ checksums=('SKIP')
prepare() { prepare() {
cd "${srcdir}/obs-vkcapture" cd "${srcdir}/obs-vkcapture"
mkdir build && cd build mkdir build
cd "${srcdir}/obs-vkcapture/build"
} }
build() { build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr .. cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && make install make
make install
} }
package() { package() {
# install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" # install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/"