Skip to content
Snippets Groups Projects
Commit 6f5537e8 authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by omni
Browse files

testing/vkbasalt: new aport

https://github.com/DadSchoorse/vkBasalt
vulkan post processing layer for linux
parent 1be555dd
1 merge request!59153testing/vkbasalt: new aport
Pipeline #208080 skipped
# Contributor: Marian Buschsieweke <marian.buschsieweke@posteo.net>
# Maintainer: Marian Buschsieweke <marian.buschsieweke@posteo.net>
pkgname=vkbasalt
pkgver=0.3.2.10
pkgrel=0
pkgdesc="vulkan post processing layer for linux"
url="https://github.com/DadSchoorse/vkBasalt"
license="Zlib"
arch="all"
makedepends="
glslang
libx11-dev
meson
spirv-headers
vulkan-headers
"
subpackages="
$pkgname-doc
"
source="
$pkgname-$pkgver.tar.gz::https://github.com/DadSchoorse/vkBasalt/releases/download/v0.3.2.10/vkBasalt-$pkgver.tar.gz
"
builddir="$srcdir/vkBasalt-$pkgver"
options="!check" # no test suite
build() {
abuild-meson \
-Db_lto=true \
. output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
doc() {
install -Dm 644 "$builddir"/config/vkBasalt.conf "$subpkgdir"/usr/share/vkBasalt/vkBasalt.conf.example
}
sha512sums="
b80ca0320b99832d05d2d38e5e9d8f5981a5608d1509a1e4ea16bb4d0970ac13474e53e35a1634f2683e24c9ca0e4661545edd388b63b23c63782998ec0e03a4 vkbasalt-0.3.2.10.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment