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