blob: f70c1bed75cb3da969cacfecee6863dcd7019e57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.0
EAPI=8
inherit cargo git-r3
DESCRIPTION="TUI for managing wifi"
HOMEPAGE="https://github.com/pythops/impala"
EGIT_REPO_URI="https://github.com/pythops/impala"
LICENSE="GPL-3"
# Dependent crate licenses
LICENSE+="
LGPL-2.1 MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB
|| ( Apache-2.0 Boost-1.0 )
"
SLOT="0"
KEYWORDS=""
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}
|