# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 EAPI=7 CRATES=" addr2line-0.14.0 adler-0.2.3 aho-corasick-0.7.15 ansi_term-0.11.0 anyhow-1.0.35 assert_cmd-1.0.2 async-channel-1.5.1 async-executor-1.4.0 async-fs-1.5.0 async-io-1.3.1 async-lock-2.3.0 async-net-1.5.0 async-process-1.0.1 async-task-4.0.3 atomic-waker-1.0.0 atty-0.2.14 autocfg-1.0.1 backtrace-0.3.55 battery-0.7.8 beef-0.4.4 bitflags-1.2.1 blocking-1.0.2 bottom-0.5.7 cache-padded-1.1.1 cargo-husky-1.5.0 cassowary-0.3.0 cc-1.0.66 cfg-if-0.1.10 cfg-if-1.0.0 chrono-0.4.19 clap-2.33.3 concurrent-queue-1.2.2 const_fn-0.4.4 core-foundation-0.7.0 core-foundation-0.9.1 core-foundation-sys-0.7.0 core-foundation-sys-0.8.2 crossbeam-channel-0.5.0 crossbeam-deque-0.8.0 crossbeam-epoch-0.9.1 crossbeam-utils-0.8.1 crossterm-0.18.2 crossterm_winapi-0.6.2 ctrlc-3.1.7 difference-2.0.0 dirs-next-2.0.0 dirs-sys-next-0.1.1 doc-comment-0.3.3 either-1.6.1 event-listener-2.5.1 fastrand-1.4.0 fern-0.6.0 float-cmp-0.8.0 fnv-1.0.7 futures-0.3.8 futures-channel-0.3.8 futures-core-0.3.8 futures-executor-0.3.8 futures-io-0.3.8 futures-lite-1.11.2 futures-macro-0.3.8 futures-sink-0.3.8 futures-task-0.3.8 futures-timer-3.0.2 futures-util-0.3.8 getrandom-0.1.15 gimli-0.23.0 hashbrown-0.9.1 heim-0.1.0-rc.1 heim-common-0.1.0-rc.1 heim-disk-0.1.0-rc.1 heim-memory-0.1.0-rc.1 heim-net-0.1.0-rc.1 heim-runtime-0.1.0-rc.1 heim-sensors-0.1.0-rc.1 hermit-abi-0.1.17 indexmap-1.6.1 instant-0.1.9 itertools-0.9.0 lazy_static-1.4.0 lazycell-1.3.0 libc-0.2.81 lock_api-0.4.2 log-0.4.11 macaddr-1.0.1 mach-0.3.2 memchr-2.3.4 memoffset-0.6.1 miniz_oxide-0.4.3 mio-0.7.6 miow-0.3.6 nb-connect-1.0.2 nix-0.18.0 nix-0.19.1 normalize-line-endings-0.3.0 ntapi-0.3.6 num-integer-0.1.44 num-rational-0.3.2 num-traits-0.2.14 num_cpus-1.13.0 object-0.22.0 once_cell-1.5.2 parking-2.0.0 parking_lot-0.11.1 parking_lot_core-0.8.1 pin-project-1.0.2 pin-project-internal-1.0.2 pin-project-lite-0.1.11 pin-utils-0.1.0 polling-2.0.2 predicates-1.0.6 predicates-core-1.0.0 predicates-tree-1.0.0 proc-macro-hack-0.5.19 proc-macro-nested-0.1.6 proc-macro2-1.0.24 quote-1.0.7 rayon-1.5.0 rayon-core-1.9.0 redox_syscall-0.1.57 redox_users-0.3.5 regex-1.4.2 regex-syntax-0.6.21 rustc-demangle-0.1.18 scopeguard-1.1.0 serde-1.0.118 serde_derive-1.0.118 signal-hook-0.1.16 signal-hook-registry-1.2.2 slab-0.4.2 smallvec-1.5.1 smol-1.2.5 socket2-0.3.17 strsim-0.8.0 syn-1.0.54 sysinfo-0.15.3 textwrap-0.11.0 thiserror-1.0.22 thiserror-impl-1.0.22 thread_local-1.0.1 time-0.1.44 toml-0.5.7 treeline-0.1.0 tui-0.13.0 typed-builder-0.8.0 typenum-1.12.0 unicode-segmentation-1.7.1 unicode-width-0.1.8 unicode-xid-0.2.1 uom-0.30.0 vec-arena-1.0.0 vec_map-0.8.2 wait-timeout-0.2.0 waker-fn-1.1.0 wasi-0.10.0+wasi-snapshot-preview1 wasi-0.9.0+wasi-snapshot-preview1 wepoll-sys-3.0.1 widestring-0.4.3 winapi-0.3.9 winapi-i686-pc-windows-gnu-0.4.0 winapi-x86_64-pc-windows-gnu-0.4.0 " inherit cargo DESCRIPTION="A graphical process/system monitor with a customizable interface" HOMEPAGE="https://github.com/ClementTsang/bottom" SRC_URI="$(cargo_crate_uris ${CRATES})" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 MIT MPL-2.0 Unlicense ZLIB" SLOT="0" KEYWORDS="~amd64" DOCS=( CHANGELOG.md FAQ.md README.md ) # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings QA_FLAGS_IGNORED="usr/bin/btm" src_install() { cargo_src_install einstalldocs }