New package: radeon-profile-daemon-20170620
This commit is contained in:
parent
69d620ffe5
commit
780ec91a24
2 changed files with 24 additions and 0 deletions
2
srcpkgs/radeon-profile-daemon/files/radeon-profile-daemon/run
Executable file
2
srcpkgs/radeon-profile-daemon/files/radeon-profile-daemon/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec radeon-profile-daemon
|
22
srcpkgs/radeon-profile-daemon/template
Normal file
22
srcpkgs/radeon-profile-daemon/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue