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

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