From 993dcae71b165d20316adee2faf3c3fa020df7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 14 Oct 2018 21:38:52 +0200 Subject: dev-util/laminar: update to links fixed version --- dev-util/laminar/laminar-0.6.0.3.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-util/laminar/laminar-0.6.0.3.ebuild (limited to 'dev-util/laminar/laminar-0.6.0.3.ebuild') diff --git a/dev-util/laminar/laminar-0.6.0.3.ebuild b/dev-util/laminar/laminar-0.6.0.3.ebuild new file mode 100644 index 0000000..6a411ae --- /dev/null +++ b/dev-util/laminar/laminar-0.6.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +HASHV="77b8c8d6019f6bd58ef0e387c457bc358ca70a11" +DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" +HOMEPAGE="http://laminar.ohwg.net/" +SRC_URI="https://github.com/ohwgiles/${PN}/archive/${HASHV}.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-${HASHV}" + +MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" -- cgit v1.2.3