gentoo/dev-libs/optix/optix-9.0.0-r1.ebuild
Arthur Zamarin a52b3ae268
dev-libs/optix: Stabilize 9.0.0-r1 amd64, #958736
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-22 19:48:42 +03:00

27 lines
625 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="NVIDIA Ray Tracing Engine"
HOMEPAGE="https://developer.nvidia.com/rtx/ray-tracing/optix"
SRC_URI="
https://github.com/NVIDIA/optix-dev/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/${PN}-dev-${PV}"
LICENSE="NVIDIA-SDK-v2017.06.13 BSD"
SLOT="0/$(ver_cut 1)"
KEYWORDS="amd64 ~arm64"
# TODO license mentions distribution rights
# check if it fits in BINARY-REDISTRIBUTABLE
RESTRICT="bindist mirror test"
src_install() {
insinto "/opt/${PN}"
doins -r include/
dodoc README.md
}