From 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Apr 2024 12:04:03 +0100 Subject: gentoo auto-resync : 15:04:2024 - 12:04:02 --- dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild (limited to 'dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild') diff --git a/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild b/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild new file mode 100644 index 000000000000..f9d9ec225c5e --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=17 +inherit cmake llvm + +MY_COMMIT="164637979127b2f995930b352d06dea5e9572064" + +DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp" +HOMEPAGE="https://github.com/rpav/c2ffi" +SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/c2ffi-${MY_COMMIT}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="sys-devel/clang:${LLVM_MAX_SLOT} + sys-devel/llvm:${LLVM_MAX_SLOT}" +RDEPEND="${DEPEND}" -- cgit v1.2.3