23 lines
627 B
Bash
23 lines
627 B
Bash
# Template file for 'radeon-profile-daemon'
|
|
pkgname=radeon-profile-daemon
|
|
version=20170620
|
|
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=89e745404660b50d628c346d60fc5f6baa511c714746df222b47cf32b7302cfb
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends="qt5-devel"
|
|
fi
|
|
|
|
do_install() {
|
|
vbin radeon-profile-daemon
|
|
vsv radeon-profile-daemon
|
|
}
|