New package: radeon-profile-20181028

This commit is contained in:
SolitudeSF 2018-11-19 18:07:56 +02:00 committed by maxice8
parent 780ec91a24
commit 221e78a56a
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'radeon-profile'
pkgname=radeon-profile
version=20181028
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=0b4f09871692138c46f6eff58356aece75e59eb7b89be833d0c8367dd2ee463b
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends="qt5-qmake qt5-charts-devel"
fi
do_install() {
vbin radeon-profile
}