mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
* build: Add Makefile for building on Linux with make * packaging: Add debian packaging to build on Debian platforms * Define `env CLEAN=0` to prevent from rebuilding sources * Define `env VENDOR=0` to prevent vendoring of sources To build in a schroot for bionic: ``` sbuild -d bionic --extra-repository='deb [trusted=yes] http://ppa.launchpad.net/mmstick76/rust/ubuntu bionic main' ``` Replace bionic with whichever Ubuntu release you are building for
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
Source: bandwhich
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Michael Aaron Murphy <mmstick@pm.me>
|
|
Build-Depends:
|
|
cargo (>=0.40),
|
|
clang,
|
|
debhelper-compat (=9),
|
|
rustc (>=1.39)
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://github.com/imsnif/bandwhich
|
|
|
|
Package: bandwhich
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlib:Depends}
|
|
Description: Terminal bandwidth utilization tool
|
|
Terminal bandwidth utilization tool
|