build
This commit is contained in:
parent
e1a470dbb7
commit
f2286d4b06
@ -24,6 +24,8 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/obs-vkcapture/build"
|
cd "${srcdir}/obs-vkcapture/build"
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr ..
|
||||||
|
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