17 lines
611 B
Bash
17 lines
611 B
Bash
# Template file for 'radeon-profile'
|
|
pkgname=radeon-profile
|
|
version=20190603
|
|
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=f027d2dcc3278a8ce684778359310ee02ee7c79fa5c4ecc56e636a4020bdeeed
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-qmake qt5-charts-devel"
|
|
fi
|