summaryrefslogtreecommitdiff
path: root/dev-util/laminar/laminar-0.6.0.3.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-14 21:38:52 +0200
committerKarel Kočí <cynerd@email.cz>2018-10-14 21:38:52 +0200
commit993dcae71b165d20316adee2faf3c3fa020df7ad (patch)
tree10f63889e1fd8cd464e92b03311fd51e398cf6eb /dev-util/laminar/laminar-0.6.0.3.ebuild
parent4220ddb2dd3604ca74f7ea58c1c6328f147b58ca (diff)
downloadgentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.tar.gz
gentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.tar.bz2
gentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.zip
dev-util/laminar: update to links fixed version
Diffstat (limited to 'dev-util/laminar/laminar-0.6.0.3.ebuild')
-rw-r--r--dev-util/laminar/laminar-0.6.0.3.ebuild27
1 files changed, 27 insertions, 0 deletions
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=/"