# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" HOMEPAGE="http://laminar.ohwg.net/" SRC_URI="https://github.com/ohwgiles/${PN}/archive/1f122518dde1e7d67fa916e9a5a1cbee59667537.tar.gz -> ${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-libs/capnproto dev-libs/rapidjson dev-db/sqlite dev-libs/boost" RDEPEND="${DEPEND}" S=${WORKDIR}/laminar-1f122518dde1e7d67fa916e9a5a1cbee59667537 MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/"