summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-24 22:20:20 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-24 22:20:20 +0200
commit054c0fbc7bdeda3b234576d3ac8d461da2a2afc5 (patch)
treefe07390aa3e42f7f661a82d6060db9c3a2781b54
parent1e328a0afe6239dc585bac99a781eef3d4b29853 (diff)
downloadgentoo-personal-overlay-054c0fbc7bdeda3b234576d3ac8d461da2a2afc5.tar.gz
gentoo-personal-overlay-054c0fbc7bdeda3b234576d3ac8d461da2a2afc5.tar.bz2
gentoo-personal-overlay-054c0fbc7bdeda3b234576d3ac8d461da2a2afc5.zip
Add laminar package
-rw-r--r--dev-util/laminar/Manifest1
-rw-r--r--dev-util/laminar/laminar-0.6.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/laminar/Manifest b/dev-util/laminar/Manifest
new file mode 100644
index 0000000..782cc5b
--- /dev/null
+++ b/dev-util/laminar/Manifest
@@ -0,0 +1 @@
+DIST laminar-0.6.tar.gz 74784 BLAKE2B bcc4156a568a8063cc604a00b104cf84b4defd768794ad6d22dab5ebf7e7464363846f15b77f64d364d094c68e713d73606dc3ee1d4cf24e8050748833a75656 SHA512 0f4f1e0190786f95bb68d7dbc49aa7e35be060495b5ecd67788969209b3478434595e67c41077272178ce9644fe9dbf1cd394702b440aa9da143d272e6003e1d
diff --git a/dev-util/laminar/laminar-0.6.ebuild b/dev-util/laminar/laminar-0.6.ebuild
new file mode 100644
index 0000000..23d49ef
--- /dev/null
+++ b/dev-util/laminar/laminar-0.6.ebuild
@@ -0,0 +1,18 @@
+# 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/${PV}.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}"