mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
radeontop: update to 1.2.
This commit is contained in:
parent
f43d761d43
commit
c758c449bd
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'radeontop'
|
# Template file for 'radeontop'
|
||||||
pkgname=radeontop
|
pkgname=radeontop
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel libdrm-devel libxcb-devel"
|
makedepends="ncurses-devel libdrm-devel libxcb-devel"
|
||||||
short_desc="View radeon GPU utilization"
|
short_desc="View radeon GPU utilization"
|
||||||
maintainer="Logen K <logen@sudotask.com>"
|
maintainer="Logen K <logen@sudotask.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/clbr/radeontop"
|
homepage="https://github.com/clbr/radeontop"
|
||||||
distfiles="https://github.com/clbr/radeontop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/clbr/radeontop/archive/v${version}.tar.gz"
|
||||||
checksum=8685ea42a44b24b92974ce5b774e14ab64281f05440ea6e6df35a6c48a3460bb
|
checksum=dced8f8e64e6bfac1f4054b5cdd986e984b80766547ba272870bc25291c68349
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" amdgpu=1
|
make CC="$CC" amdgpu=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue