diff options
author | mhsn <mail@mhsn.net> | 2025-07-02 22:14:11 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-07-02 22:14:11 +0100 |
commit | d24fc5a353e9e6bdbf9de8fbd9ba6ee35a5bdb57 (patch) | |
tree | f89b10b9c23fb267c829d63ad8bc039f6a1e68cc | |
parent | 6a1da158a4f9504af3210723892e83b08669f082 (diff) | |
download | adelie-d24fc5a353e9e6bdbf9de8fbd9ba6ee35a5bdb57.tar.gz adelie-d24fc5a353e9e6bdbf9de8fbd9ba6ee35a5bdb57.zip |
-rw-r--r-- | net-wireless/impala/impala-9999.ebuild | 26 | ||||
-rw-r--r-- | net-wireless/impala/metadata.xml | 7 |
2 files changed, 33 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 +} diff --git a/net-wireless/impala/metadata.xml b/net-wireless/impala/metadata.xml new file mode 100644 index 0000000..20ab0b4 --- /dev/null +++ b/net-wireless/impala/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mail@mhsn.net</email> + </maintainer> +</pkgmetadata> |