mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New Package: radeontop-0.8
This commit is contained in:
parent
fd00c48327
commit
920b155810
1 changed files with 21 additions and 0 deletions
21
srcpkgs/radeontop/template
Normal file
21
srcpkgs/radeontop/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'radeontop'
|
||||||
|
pkgname=radeontop
|
||||||
|
version=v0.8
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version#?}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config git gettext"
|
||||||
|
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" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
||||||
|
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="true"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue