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