build
This commit is contained in:
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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user