New package: radeon-profile-daemon-20170620

This commit is contained in:
SolitudeSF 2018-11-19 17:54:11 +02:00 committed by maxice8
parent 69d620ffe5
commit 780ec91a24
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec radeon-profile-daemon

View File

@ -0,0 +1,22 @@
# 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
}