summaryrefslogtreecommitdiff
path: root/dev-util/laminar/laminar-0.6.0.4.ebuild
blob: bff8169eb64e86d6d9b6dab3e5dfc28483348b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

HASHV="cc7d9fa4dabffdbfa5224cc1e667bc96cfa8ee5e"
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=/"