x11-plugins/wmwork: EAPI7, improve ebuild
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 24 Jul 2018 18:36:46 +0000 (20:36 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 26 Jul 2018 03:43:35 +0000 (05:43 +0200)
x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
new file mode 100644 (file)
index 0000000..6857299
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a dockapp that lets you easily track time spent on different projects"
+HOMEPAGE="https://www.dockapps.net/wmwork"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-libs/libXext-1.0.3
+       >=x11-libs/libX11-1.1.1-r1
+       >=x11-libs/libXpm-3.5.6"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+S="${WORKDIR}/${P}/src"
+
+DOCS=( ../{CHANGES,README} )