From d2ed973482fdd800013658e83a61709b29e0a80f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 27 Jun 2024 07:59:40 +0100 Subject: gentoo auto-resync : 27:06:2024 - 07:59:39 --- dev-libs/half/half-1.12.0-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-libs/half/half-1.12.0-r1.ebuild (limited to 'dev-libs/half/half-1.12.0-r1.ebuild') diff --git a/dev-libs/half/half-1.12.0-r1.ebuild b/dev-libs/half/half-1.12.0-r1.ebuild new file mode 100644 index 000000000000..ce8d4509174c --- /dev/null +++ b/dev-libs/half/half-1.12.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Half-precision floating-point library" +HOMEPAGE="https://github.com/ROCm/half" +SRC_URI="https://github.com/ROCm/half/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64" + +src_install() { + insinto /usr/include/half + doins include/half.hpp +} -- cgit v1.2.3