blob: 1fbcc76bb41bc1f13c1c337e3a51a951c8172925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = gpukit-git
pkgdesc = Low-Level, low dependency rendering interface over the Vulkan API
pkgver = 1.0.5.r0.g489be5d
pkgrel = 1
url = https://github.com/Gl1tchs/gpukit
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
makedepends = ninja
makedepends = vulkan-headers
depends = vulkan-icd-loader
provides = gpukit
conflicts = gpukit
source = git+https://github.com/Gl1tchs/gpukit.git
md5sums = SKIP
pkgname = gpukit-git
|