blob: a8dfca7effe4a156245b1764575e6f23051b943d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-vulkan-git
pkgdesc = The ultimate Python binding for Vulkan API
pkgver = 1.3.275.1.r1.g3dff490
pkgrel = 2
url = https://github.com/realitix/vulkan
arch = any
license = Apache-2.0
makedepends = git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-setuptools
depends = python
depends = python-cffi
depends = vulkan-icd-loader
provides = python-vulkan
conflicts = python-vulkan
source = python-vulkan::git+https://github.com/realitix/vulkan.git
sha256sums = SKIP
pkgname = python-vulkan-git
|