void-packages/srcpkgs/radeon-profile/template
2019-10-02 09:19:53 +02:00

17 lines
611 B
Bash

# Template file for 'radeon-profile'
pkgname=radeon-profile
version=20190903
revision=1
build_wrksrc=radeon-profile
build_style=qmake
makedepends="qt5-devel qt5-charts-devel libdrm-devel libXrandr-devel"
short_desc="Application to read current clocks of ATi Radeon cards"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/marazmista/radeon-profile"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=932fb27bbd491216a6eb0267b9d834ec79fd606a8b1492d4b72a5599f85d3b47
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-charts-devel"
fi