commit:     da87468cf84ef8bffdc27219f550185170dd8163
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 05:44:17 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 06:32:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da87468c

sys-devel/llvmgold: Add 19.x live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/llvmgold/llvmgold-19.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/sys-devel/llvmgold/llvmgold-19.ebuild 
b/sys-devel/llvmgold/llvmgold-19.ebuild
new file mode 100644
index 000000000000..cc4a41d311fc
--- /dev/null
+++ b/sys-devel/llvmgold/llvmgold-19.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="LLVMgold plugin symlink for autoloading"
+HOMEPAGE="https://llvm.org/";
+S=${WORKDIR}
+
+LICENSE="public-domain"
+SLOT="0"
+
+RDEPEND="
+       sys-devel/llvm:${PV}[binutils-plugin]
+       !sys-devel/llvm:0
+"
+
+src_install() {
+       dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins"
+       dosym "../../../../lib/llvm/${PV}/$(get_libdir)/LLVMgold.so" \
+               "/usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so"
+}

Reply via email to