app-laptop/mbpfan: bump to 2.2.1
[gentoo.git] / app-laptop / hdaps-gl / hdaps-gl-0.0.7.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="OpenGL visualization for HDAPS data"
7 HOMEPAGE="https://github.com/linux-thinkpad/${PN}"
8 SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 BDEPEND=""
16 DEPEND="media-libs/freeglut
17         media-libs/glu
18         virtual/opengl"
19 RDEPEND="${DEPEND}"