summaryrefslogtreecommitdiff
path: root/dev-util/laminar/laminar-0.6.0.1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-14 17:24:31 +0200
committerKarel Kočí <cynerd@email.cz>2018-10-14 17:24:31 +0200
commit6e8771386552f07e7c6324500819c8320f3ec4a9 (patch)
treee73317f8c87bcfae6fbefdd0c0dc4f93880c58b2 /dev-util/laminar/laminar-0.6.0.1.ebuild
parent7a22ad2aac7ead239aec72e800480da742f747b2 (diff)
downloadgentoo-personal-overlay-6e8771386552f07e7c6324500819c8320f3ec4a9.tar.gz
gentoo-personal-overlay-6e8771386552f07e7c6324500819c8320f3ec4a9.tar.bz2
gentoo-personal-overlay-6e8771386552f07e7c6324500819c8320f3ec4a9.zip
Revert "dev-utils/laminar: update to unstable version with list commands"
This reverts commit 7a22ad2aac7ead239aec72e800480da742f747b2.
Diffstat (limited to 'dev-util/laminar/laminar-0.6.0.1.ebuild')
-rw-r--r--dev-util/laminar/laminar-0.6.0.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/laminar/laminar-0.6.0.1.ebuild b/dev-util/laminar/laminar-0.6.0.1.ebuild
new file mode 100644
index 0000000..4520ee5
--- /dev/null
+++ b/dev-util/laminar/laminar-0.6.0.1.ebuild
@@ -0,0 +1,26 @@
+# 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=/"