src_prepare-overlay/media-libs/vkBasalt/vkBasalt-0.3.2.9.ebuild
Alfred Wingate 195b9c2581
media-libs/vkBasalt: add 0.3.2.9
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-04-14 13:24:37 +03:00

29 lines
600 B
Bash

# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A vulkan post processing layer for linux"
HOMEPAGE="https://github.com/DadSchoorse/vkBasalt"
SRC_URI="https://github.com/DadSchoorse/vkBasalt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"
# No tests
RESTRICT="test"
CDEPEND="x11-libs/libX11"
DEPEND="
${CDEPEND}
dev-util/spirv-headers
dev-util/vulkan-headers
"
RDEPEND="${CDEPEND}"
BDEPEND="dev-util/glslang"
PATCHES=( "${FILESDIR}/fix-gcc-13-header.patch" )