From 79d760ab08c51116143e289913146b019642aa5a Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 20 May 2018 22:45:25 +0300 Subject: app-misc/coffeetemp: fix meson build options. --- app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild (limited to 'app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild') diff --git a/app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild b/app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild new file mode 100644 index 0000000..cf68dd6 --- /dev/null +++ b/app-misc/coffeetemp/coffeetemp-1.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit meson eutils + +if [[ ${PV} = 9999 ]]; then + inherit git-r3 +fi + +DESCRIPTION="The Rin library" +HOMEPAGE="https://git.seriouss.am/coffeetemp/" + +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="https://git.seriouss.am/coffeetemp" + KEYWORDS="" +else + SRC_URI="https://git.seriouss.am/coffeetemp/snapshot/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +RESTRICT="mirror test" + +HDEPEND="dev-util/meson" + +DEPEND="dev-embedded/esptool" + +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dfwbuild=true + -Dfwflash=true + ) + meson_src_configure +} -- cgit v1.2.3