void-packages/srcpkgs/radeon-profile-daemon/template
2019-06-09 16:35:20 +02:00

22 lines
631 B
Bash

# Template file for 'radeon-profile-daemon'
pkgname=radeon-profile-daemon
version=20190603
revision=1
build_wrksrc=radeon-profile-daemon
build_style=qmake
makedepends="qt5-devel"
short_desc="Daemon for radeon-profile GUI"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/marazmista/radeon-profile-daemon"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=bb0145c3dcbced094e28fe993d8f7e77defcfa5dcef3146badcd82d9fb627700
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel"
fi
do_install() {
vbin target/radeon-profile-daemon
vsv radeon-profile-daemon
}