aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radeontop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/radeontop/APKBUILD')
-rw-r--r--testing/radeontop/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/radeontop/APKBUILD b/testing/radeontop/APKBUILD
deleted file mode 100644
index 1bf950bedda..00000000000
--- a/testing/radeontop/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: guddaff <guddaff@protonmail.com>
-# Maintainer: guddaff <guddaff@protonmail.com>
-pkgname=radeontop
-pkgver=1.4
-pkgrel=0
-pkgdesc="amd gpu utilization monitor"
-url="https://github.com/clbr/radeontop"
-arch="all"
-options="!check" #there are no checks
-license="GPL-3.0-or-later"
-subpackages="$pkgname-doc $pkgname-lang"
-makedepends="libdrm-dev ncurses-dev libpciaccess-dev libxcb-dev musl-libintl gettext"
-source="$pkgname-$pkgver.tar.gz::https://github.com/clbr/radeontop/archive/refs/tags/v$pkgver.tar.gz"
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="
-078087929bdbcf9b131d78f5ab0adc3d086be168d376d9f8e27a886668764263b072e0b08cb4dde593284fcdd16faa44711125c2ea5a14aaad70c8fa0f57f2b9 radeontop-1.4.tar.gz
-"