www-client/google-chrome-beta: automated update (84.0.4147.30)
[gentoo.git] / app-laptop / hdaps-gl / hdaps-gl-0.0.7.ebuild
1 # Copyright 1999-2020 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/hdaps-gl"
8 SRC_URI="https://github.com/linux-thinkpad/hdaps-gl/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}"