From d24fc5a353e9e6bdbf9de8fbd9ba6ee35a5bdb57 Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 2 Jul 2025 22:14:11 +0100 Subject: add net-wireless_impala --- net-wireless/impala/impala-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net-wireless/impala/impala-9999.ebuild (limited to 'net-wireless/impala/impala-9999.ebuild') diff --git a/net-wireless/impala/impala-9999.ebuild b/net-wireless/impala/impala-9999.ebuild new file mode 100644 index 0000000..f70c1be --- /dev/null +++ b/net-wireless/impala/impala-9999.ebuild @@ -0,0 +1,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 +} -- cgit v1.2.3