net-wireless/iwmenu: add 0.3.0

license is GPL-3[+]

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2025-09-23 10:27:51 +02:00
parent 9562501ef2
commit 1d5a4105c2
2 changed files with 51 additions and 0 deletions

View File

@@ -2,3 +2,5 @@ DIST iwmenu-0.1.1-crates.tar.xz 21439344 BLAKE2B de97144932b081a56e6e1ba5ba3d109
DIST iwmenu-0.1.1.tar.gz 1572896 BLAKE2B 11ab599f596ad01e0789fcb916300d35c3f7a6970d8974550c8fe9baca10a4b85ad52ee9071c1b956e9f22a120bc0a42364c4d715ace8d98b51f5a6cfd0986f8 SHA512 c0163de62c24a5f6745e0c893ad61b740ad47aba73e223c8eb0c65fdcb9ac076e5aee718598c0048950a8b20e133b06ab3aba480c12641a12dcdd6281d2dd025
DIST iwmenu-0.2.0-crates.tar.xz 29200392 BLAKE2B 41eb5cb23be7585f60e9aaeb105f4ec0124cca44db97d62b0d68b164f62fb9f8541dc11c22ef2ff590ad4e5bf2db6815da8b5a4eee243a7c65d4b734b14ec873 SHA512 a77ea6a4fd8a06d2042bfec322a26010dba3c1a5a9f3676c5998b6826b64625fa09991f24c588349f97e74ad8dfb23462de745e4936e7f810d7ac950b60c9ebb
DIST iwmenu-0.2.0.tar.gz 1577668 BLAKE2B f1111158bb8f7bd2942b9e41a5d8321364a933146c18b7b9eb1782afbae97c12824362292d0fb9034e426e0cce09e707bb63b5f3cd78683ac645a3906f76aae5 SHA512 ed96dcfeb06aae08ee47033921868c820d4796809e681d788a5be0bd6a33b11671b36407bbed663b5e5de542a63eafe70789f1a6d250fb0fe72361bddb54446c
DIST iwmenu-0.3.0-crates.tar.xz 22462312 BLAKE2B 17bad91c80db9fa1c8ff3ccbbd251891d53d736531884b20b6b6e0feca89ea490b03f473855a14827878f0c1c66a60cf8191ebef56d25027ae3723e378c2107e SHA512 164e191b76ea6b14c90c3b3273844831159d836c29f18cb906d42c0f3e722f1b16c6f2a0d15834c0769d859136997b6a663272fc6c7a97a7abc9b74de73c49d7
DIST iwmenu-0.3.0.tar.gz 709168 BLAKE2B 11697cdad206c8cb0535121b621092b7f110dc80f6cb9246562684de50f9059a0a9e87f7391590e99e4b8f3af0eda9c8f2b7195483a33ebeaf9117c145e573eb SHA512 2488a6ed8e9daa3b787f7e8701cc6008bd5ca7b15684935ce10499a40b9c1c4cd954d2dd5d7dc45fe6ab90b800e2cfdc08cbd0e4929730d8c973f9e5ace8119e

View File

@@ -0,0 +1,49 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
RUST_MIN_VER="1.85.0"
inherit cargo optfeature
DESCRIPTION="Menu-driven Wi-Fi management interface for Linux"
HOMEPAGE="https://github.com/e-tho/iwmenu"
SRC_URI="https://github.com/e-tho/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz"
LICENSE="GPL-3+"
# Autogenerated by pycargoebuild
# Dependent crate licenses
LICENSE+="
LGPL-2.1 MIT Unicode-3.0
|| ( Apache-2.0 Boost-1.0 )
"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
net-wireless/iwd
sys-apps/dbus
"
QA_FLAGS_IGNORED="usr/bin/iwmenu"
src_install() {
cargo_src_install
local DOCS=( README.md )
einstalldocs
}
pkg_postinst() {
elog "Compatibility with :"
elog "gui-apps/fuzzel x11-misc/dmenu x11-misc/rofi gui-apps/walker"
elog "Use custom mode if your launcher is not supported."
elog
optfeature "using nerdfonts icons" media-fonts/symbols-nerd-font
elog "Otherwise use \"--icon xdg\" for image-based icons from your XDG theme."
}