Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : bandwhich | |||||
| version : 0.20.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/imsnif/bandwhich/archive/refs/tags/0.20.0.tar.gz : 4bbf05be32439049edd50bd1e4d5a2a95b0be8d36782e4100732f0cc9f19ba12 | |||||
| license : MIT | |||||
| component : system.utils | |||||
| summary : Terminal bandwidth utilization tool | |||||
| description: | | |||||
| This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname | |||||
| networking : yes | |||||
| builddeps : | |||||
| - cargo | |||||
| build : | | |||||
| cargo update | |||||
| cargo build --release | |||||
algent: Why is this neccessary? | |||||
Done Inline Actionsit's because of build error unless cargo.lock is updated. It'll be fixed upstream I beleave, but for now it is a workaround to avoid compile-time error. See https://github.com/imsnif/bandwhich/issues/258 nazar: it's because of build error unless cargo.lock is updated. It'll be fixed upstream I beleave… | |||||
| install : | | |||||
| install -Dm00755 target/release/bandwhich $installdir/usr/bin/bandwhich | |||||
| install -Dm00644 docs/bandwhich.1 -t $installdir/usr/share/man/man1/ | |||||
Not Done Inline Actions-D -m 00755 can be shortened to -Dm00755. Also please add the man pages. algent: `-D -m 00755` can be shortened to `-Dm00755`.
Also please add the man pages.
`install -Dm00644… | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Why is this neccessary?