aboutsummaryrefslogtreecommitdiff
path: root/testing/iotop-c/APKBUILD
blob: 5f218c836be5d5af986d102966794fffa2cb3deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iotop-c
pkgver=1.14
pkgrel=0
pkgdesc="simple top-like I/O monitor (implemented in C)"
url="https://github.com/Tomas-M/iotop"
arch="all"
license="GPL-2.0-or-later"
options="!check" # no tests
depends="!iotop"
makedepends="linux-headers ncurses-dev coreutils"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Tomas-M/iotop/archive/v$pkgver.tar.gz"
builddir="$srcdir/iotop-$pkgver"

build() {
	make
}

package() {
	make DESTDIR=$pkgdir install
}

sha512sums="4c40d38791df342519d46bb0945095621e1a90b3b5eb1d51edd93ec4e3561917c84d1dea7965367256f2394fcfe41e1d30e7527ba825848afed39265ee14a360  iotop-c-1.14.tar.gz"