mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
radeontop: update to v1.0
This commit is contained in:
parent
a53c2e429d
commit
b9ba2303cb
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'radeontop'
|
# Template file for 'radeontop'
|
||||||
pkgname=radeontop
|
pkgname=radeontop
|
||||||
version=v0.9
|
version=v1.0
|
||||||
revision=3
|
revision=1
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
wrksrc="${pkgname}-${version#?}"
|
wrksrc="${pkgname}-${version#?}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel libdrm-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"
|
||||||
homepage="https://github.com/clbr/radeontop"
|
homepage="https://github.com/clbr/radeontop"
|
||||||
distfiles="https://github.com/clbr/radeontop/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=e78a56d1222c8a45f08f09409f178ddda83461085b012e5ba54b716e6c8dd61d
|
checksum=a997ea92f38a53d59db4d8e846aec4cc04cee8b79939e89d5eb9e31c57b468fc
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC"
|
make CC="$CC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue