# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="Cork - a powerful standalone boolean calculations software"
HOMEPAGE="https://github.com/gilbo/cork"
EGIT_REPO_URI="https://github.com/gilbo/cork"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="sys-devel/llvm
        dev-libs/gmp[cxx]"

DEPEND="${RDEPEND}"

src_install() {
	dobin bin/*
	dolib.so lib/*
	doheader include/*
}