20 lines
611 B
Bash
20 lines
611 B
Bash
# Template file for 'radeon-profile-daemon'
|
|
pkgname=radeon-profile-daemon
|
|
version=20190603
|
|
revision=1
|
|
build_wrksrc=radeon-profile-daemon
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
|
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
|
|
|
|
do_install() {
|
|
vbin target/radeon-profile-daemon
|
|
vsv radeon-profile-daemon
|
|
}
|