Skip to content
Snippets Groups Projects
Commit 07579b2b authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/iotop: use source tarball from git

fixes #13119
parent 087e6893
No related branches found
No related tags found
1 merge request!26817community/iotop: use source tarball from git
Pipeline #97770 passed with warnings
......@@ -2,21 +2,22 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=iotop
pkgver=0.6
pkgrel=5
pkgrel=6
# source tarballs are gone now using git repo - commit's first 7 chars
_commit=59e2537
pkgdesc="I/O monitoring tool"
url="http://guichaz.free.fr/iotop/"
arch="noarch"
arch="" # source gone https://gitlab.alpinelinux.org/alpine/aports/-/issues/13119
license="GPL-2.0-or-later"
depends="python3"
depends_dev=""
makedepends="python3-dev py3-setuptools"
install=""
subpackages="$pkgname-doc"
source="http://guichaz.free.fr/iotop/files/iotop-$pkgver.tar.bz2
source="$pkgname-$pkgver-$_commit.tar.gz::https://repo.or.cz/iotop.git/snapshot/$_commit.tar.gz
fix-python.patch"
builddir="$srcdir"/iotop-$pkgver
builddir="$srcdir"/iotop-$_commit
build() {
cd "$builddir"
......@@ -28,5 +29,7 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b1047da3bc46604447cc8ab22442a3a5381e1a79a6b176fe9ee8402ee5cebb959205407a6aeaffccccde9d2f67624ff8ee6717b051838f13ab88bf3a16db3ab9 iotop-0.6.tar.bz2
df5b09b20dc5ca3a8e73f39089f8ef2dbc5060b35178067a41ab1fd075922a860458611d5b0e7beb7aca8c9c5853998aeb7529dbccff9ef39daf17cd997cd698 fix-python.patch"
sha512sums="
4f64e87cd54c6e998987376eb00e3d1c5b18bf86356b185ce8ee21cdfef2c3a970e607fbd6c8bac9d92c60fa7c122cab8a8d3c10de66c95b602e541ed68cf0e6 iotop-0.6-59e2537.tar.gz
df5b09b20dc5ca3a8e73f39089f8ef2dbc5060b35178067a41ab1fd075922a860458611d5b0e7beb7aca8c9c5853998aeb7529dbccff9ef39daf17cd997cd698 fix-python.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment