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