diff options
author | Harald Judt <h.judt@gmx.at> | 2019-05-14 11:36:12 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-05-15 21:37:37 +1000 |
commit | 8af3a0782b735703438a02928d1ec8126c2dfaa0 (patch) | |
tree | 795cb438509d15348e3bdafad52f97ff39fb1386 /dev-lisp/c2ffi | |
parent | app-text/cmark: python3_7 (diff) | |
download | gentoo-8af3a0782b735703438a02928d1ec8126c2dfaa0.tar.gz gentoo-8af3a0782b735703438a02928d1ec8126c2dfaa0.tar.bz2 gentoo-8af3a0782b735703438a02928d1ec8126c2dfaa0.zip |
dev-lisp/c2ffi: Clang-based FFI wrapper generator for Common Lisp
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>
Diffstat (limited to 'dev-lisp/c2ffi')
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild | 20 | ||||
-rw-r--r-- | dev-lisp/c2ffi/metadata.xml | 15 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild b/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild new file mode 100644 index 000000000000..52bbf27c3bde --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild @@ -0,0 +1,20 @@ +# 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}" diff --git a/dev-lisp/c2ffi/metadata.xml b/dev-lisp/c2ffi/metadata.xml new file mode 100644 index 000000000000..d30f4079e72f --- /dev/null +++ b/dev-lisp/c2ffi/metadata.xml @@ -0,0 +1,15 @@ +<?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> |