dev-lisp/c2ffi - 21.1.0.20260104 (gentoo)

Search

Install

Install this version:

emerge -a =dev-lisp/c2ffi-21.1.0.20260104

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

autounmask =dev-lisp/c2ffi-21.1.0.20260104

Or alternatively:

emerge --autounmask-write -a =dev-lisp/c2ffi-21.1.0.20260104

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
21.1.0.20260104 8 ~amd64 0
View Raw Ebuild
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

LLVM_COMPAT=( 21 )

inherit cmake llvm-r2

MY_COMMIT="f52a6c90651cd5f2f5239b67b41fb9a7e4de1f2e"

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_SLOT}=
		llvm-core/llvm:${LLVM_SLOT}=
	')

RDEPEND

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

Manifest for 21.1.0.20260104

Type File Size Source URLs
DIST c2ffi-21.1.0.20260104.tar.gz 44622 bytes https://github.com/rpav/c2ffi/archive/f52a6c90651cd5f2f5239b67b41fb9a7e4de1f2e.tar.gz