You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild

27 lines
605 B

# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake llvm
MY_COMMIT="15fda06de0bad97bf91f5590f7f24623eab2f580"
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"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="sys-devel/clang:9=
sys-devel/llvm:9=
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/c2ffi-${MY_COMMIT}"
PATCHES=( "${FILESDIR}"/${PN}-9.0.0.20191017-fix-lib-location.patch )