Add iotop build.
This commit is contained in:
parent
ea30121ea7
commit
56abc31a5f
4 changed files with 382 additions and 0 deletions
16
source/iotop/iotop.buildconf
Normal file
16
source/iotop/iotop.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="1.22"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("https://github.com/Tomas-M/iotop/archive/refs/tags/v$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("a8578cd782810c27ccd8bcba1e047ebf")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=('python3')
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
Loading…
Add table
Add a link
Reference in a new issue