# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake llvm MY_COMMIT="bfa50485ffa86b886215c72ea1e43dbd3acaf940" 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:13=" RDEPEND="${DEPEND}"