summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 68ce6cf97c9619c2293f4cb6e4b41ae06dd745b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Submitter: Nbiba Bedis <bedisnbiba@gmail.com>

pkgname=('traffictoll')
pkgver=0.1.0
pkgrel=3
pkgdesc='NetLimiter-like traffic shaping for Linux'
arch=('any')
url='https://github.com/cryzed/TrafficToll'
license=('GPL3')
depends=('python' 'python-ruamel-yaml' 'python-psutil' 'python-loguru')
makedepends=('python-setuptools')
source=("https://github.com/cryzed/TrafficToll/archive/master.zip")
md5sums=('13dc99717e7f531587b0d80414d1cd90')

package() {
  cd "TrafficToll-master"
  python setup.py install --root="$pkgdir/" --optimize=1
}