23 lines
631 B
Bash
23 lines
631 B
Bash
# Template file for 'radeon-profile-daemon'
|
|
pkgname=radeon-profile-daemon
|
|
version=20190309
|
|
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=a1be7a40869f323930177d051cc84a0d104bd1cc7ad2cb4c8917dd7a19382e4e
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-devel"
|
|
fi
|
|
|
|
do_install() {
|
|
vbin target/radeon-profile-daemon
|
|
vsv radeon-profile-daemon
|
|
}
|