Closes: https://github.com/gentoo/gentoo/pull/11995
Closes: https://bugs.gentoo.org/673970
Signed-off-by: Harald Judt <h.judt@gmx.at>
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
--- /dev/null
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
+HOMEPAGE="https://github.com/rpav/c2ffi"
+EGIT_REPO_URI="https://github.com/rpav/c2ffi.git"
+EGIT_BRANCH="llvm-8.0.0"
+
+LICENSE="LGPL-2.1"
+SLOT="8"
+IUSE=""
+
+DEPEND="sys-devel/clang:8
+ sys-devel/llvm:8
+"
+RDEPEND="${DEPEND}"
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>h.judt@gmx.at</email>
+ <name>Harald Judt</name>
+</maintainer>
+<maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+</maintainer>
+<upstream>
+ <remote-id type="github">rpav/c2ffi</remote-id>
+</upstream>
+</pkgmetadata>