1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-29 17:23:36 +02:00

bump wmtemp version

This commit is contained in:
2017-12-11 10:23:41 -08:00
parent 548765d6ea
commit 570b6dfbbb
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="a dockapp for monitoring cpu/gpu temperature"
HOMEPAGE="https://github.com/gryf/wmtemp"
SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libdockapp
x11-libs/libXext
x11-libs/libXpm
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd ${PN}
}
src_install() {
dobin src/${PN}
dodoc README.rst wmtemp_sample
}