Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
07579b2b
Commit
07579b2b
authored
3 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
community/iotop: use source tarball from git
fixes
#13119
parent
087e6893
No related branches found
No related tags found
1 merge request
!26817
community/iotop: use source tarball from git
Pipeline
#97770
passed with warnings
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/iotop/APKBUILD
+9
-6
9 additions, 6 deletions
community/iotop/APKBUILD
with
9 additions
and
6 deletions
community/iotop/APKBUILD
+
9
−
6
View file @
07579b2b
...
...
@@ -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::
http
s
://
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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment