dev-lisp/c2ffi - 18.1.0.20240926-r1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-lisp/c2ffi-18.1.0.20240926-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lisp/c2ffi-18.1.0.20240926-r1

Or alternatively:

emerge --autounmask-write -a =dev-lisp/c2ffi-18.1.0.20240926-r1

Package Information

Description:
Clang-based FFI wrapper generator for Common Lisp
Homepage:
https://github.com/rpav/c2ffi
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
18.1.0.20240926-r1 8 ~amd64 0
View Raw Ebuild
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

LLVM_COMPAT=( 18 )

inherit cmake llvm-r2

MY_COMMIT="0de81efb64acc82c08c5eee4a7108ddcb1b00d86"

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="
	$(llvm_gen_dep '
		llvm-core/clang:${LLVM_SLOT}=
		llvm-core/llvm:${LLVM_SLOT}=
	')
"
RDEPEND="${DEPEND}"

pkg_setup() {
	llvm-r2_pkg_setup
}

Inherited Eclasses

Dependencies

DEPEND

	$(llvm_gen_dep '
		llvm-core/clang:=
		llvm-core/llvm:=
	')

RDEPEND

	$(llvm_gen_dep '
		llvm-core/clang:=
		llvm-core/llvm:=
	')