diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-26 15:52:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-26 15:52:06 +0200 |
commit | b96fbc3709316217475ac1c121274ae4c5cc6b98 (patch) | |
tree | e85537dfb1396cfa626b6ead08e13b618cbb6921 /dev-util/laminar/laminar-0.6.0.1.ebuild | |
parent | 37f8be57a99a3daa4324c1e1114ca66d0dbd607d (diff) | |
download | gentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.tar.gz gentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.tar.bz2 gentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.zip |
Try to update laminar to latest git version
Diffstat (limited to 'dev-util/laminar/laminar-0.6.0.1.ebuild')
-rw-r--r-- | dev-util/laminar/laminar-0.6.0.1.ebuild | 24 |
1 files changed, 24 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..fdfeaf7 --- /dev/null +++ b/dev-util/laminar/laminar-0.6.0.1.ebuild @@ -0,0 +1,24 @@ +# 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}" + +MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" |