mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
20 lines
688 B
Plaintext
20 lines
688 B
Plaintext
# Contributor: Matt Smith <mcs@darkregion.net>
|
|
# Maintainer: Matt Smith <mcs@darkregion.net>
|
|
pkgname=speedometer
|
|
pkgver=2.8
|
|
pkgrel=0
|
|
pkgdesc="Measure and display the rate of data across a network connection or data being stored in a file"
|
|
url="http://excess.org/speedometer/"
|
|
arch="noarch"
|
|
license="LGPL"
|
|
depends="python2 py2-urwid"
|
|
source="http://excess.org/$pkgname/$pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
install -Dm755 speedometer.py "$pkgdir"/usr/bin/speedometer
|
|
}
|
|
|
|
sha512sums="edbb712b2bf4e86272f821f9498cf0ee1d9fd18aefdc619fbe5f761086b46b62a6d418b7c32cc379562eec931d377636d8292a618221433148bff1418fc2cefa speedometer-2.8.tar.gz"
|