summaryrefslogblamecommitdiff
path: root/user/iotop-c/APKBUILD
blob: b8c65e6bfd37048b8d2e14da8ec6866657a175d7 (plain) (tree)


























                                                                                                                                                                
# Contributor: Zach van Rijn <me@zv.io>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname=iotop-c
pkgver=1.25
pkgrel=0
pkgdesc="A 'top' utility for I/O"
url="https://github.com/Tomas-M/iotop"
arch="all"
options="!check"  # no test suite
license="GPL-2.0+"
depends=""
makedepends="ncurses-dev"
provides="iotop"
replaces="iotop"
subpackages="$pkgname-doc"
source="https://github.com/Tomas-M/iotop/releases/download/v$pkgver/iotop-$pkgver.tar.xz"
builddir="$srcdir"/iotop-$pkgver

build() {
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="ee51c6c42b85684a00afb4e52b071d446263b579706d1dab7497e5b0e01da5f839185b4404e464ff7d300ff975283331e1f15c033bd66f7d6e2611ccddf39f18  iotop-1.25.tar.xz"