Merge pull request #1689 from logenkain/radeontop
New Package: radeontop-0.8
This commit is contained in:
commit
fb4a7081a0
1 changed files with 22 additions and 0 deletions
22
srcpkgs/radeontop/template
Normal file
22
srcpkgs/radeontop/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'radeontop'
|
||||||
|
pkgname=radeontop
|
||||||
|
version=v0.8
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version#?}"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="ncurses-devel libdrm-devel"
|
||||||
|
depends="xf86-video-ati"
|
||||||
|
short_desc="View radeon GPU utilization"
|
||||||
|
maintainer="Logen K <logen@sudotask.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/clbr/radeontop"
|
||||||
|
distfiles="https://github.com/clbr/radeontop/archive/${version}.tar.gz"
|
||||||
|
checksum=4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC="$CC"
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin radeontop
|
||||||
|
}
|
Loading…
Reference in a new issue