Skip to content

Commit

Permalink
x11-plugins/wmmemload: EAPI7, improve ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and voyageur committed Aug 2, 2018
1 parent a1f690a commit ff9a46a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions x11-plugins/wmmemload/wmmemload-0.1.8-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit autotools

DESCRIPTION="dockapp that displays memory and swap space usage"
HOMEPAGE="https://www.dockapps.net/wmmemload"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXt"

S="${WORKDIR}/dockapps"

src_prepare() {
default
eautoreconf
}

0 comments on commit ff9a46a

Please sign in to comment.