From f590126a97d59799248511c628be1ca84f4003a5 Mon Sep 17 00:00:00 2001 From: haarp Date: Wed, 21 Feb 2018 14:45:03 +0100 Subject: Add mtview --- x11-misc/mtview/Manifest | 1 + x11-misc/mtview/mtview-9999.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 x11-misc/mtview/Manifest create mode 100644 x11-misc/mtview/mtview-9999.ebuild (limited to 'x11-misc') diff --git a/x11-misc/mtview/Manifest b/x11-misc/mtview/Manifest new file mode 100644 index 0000000..7d33fbc --- /dev/null +++ b/x11-misc/mtview/Manifest @@ -0,0 +1 @@ +EBUILD mtview-9999.ebuild 402 SHA256 cfb284300ebf92b4c6e799f8fca9a5040b0070803d954d8dc16cca1256e37874 SHA512 ef6a2ff5a5aad1ab4564f3b422890c291272f3d7c8fe9334835ab0ff0f8dae7055c2e5dc5d8ba7b5285d0a8647ddb17d43924f2afffd0390b687b14ad14d1d41 WHIRLPOOL f5871559fd984e5009ca69323fd95367b66dd3881656313f9ce50f18db46a25be19948a0e8a032deabe8f9c72d38c748a3df8307299301a089083e78099e6d26 diff --git a/x11-misc/mtview/mtview-9999.ebuild b/x11-misc/mtview/mtview-9999.ebuild new file mode 100644 index 0000000..0fa63cc --- /dev/null +++ b/x11-misc/mtview/mtview-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Graphical multitouch viewer" +HOMEPAGE="https://github.com/whot/mtview" +EGIT_REPO_URI="https://github.com/whot/mtview.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND=${RDEPEND} + +src_configure() { + ./autogen.sh + ./configure +} -- cgit v1.2.3-65-gdbad