summaryrefslogtreecommitdiff
path: root/net-wireless/impala/impala-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/impala/impala-9999.ebuild')
-rw-r--r--net-wireless/impala/impala-9999.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+}