mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-wireless/iwmenu: add 0.2.0
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST iwmenu-0.1.1-crates.tar.xz 21439344 BLAKE2B de97144932b081a56e6e1ba5ba3d109027f079469d59bb994ea65eefda7ae52d5918d08bb5eadea04039c501682c57a4b2ceb6fec363739b48543683300ad44c SHA512 0da36475854d3a0d36e59e4921444353b33b48bf077aa780477c9f42ed42751f56bd070e32fac968d949a13f0a6bd01341ba6429227257c20738ed2ec9391954
|
||||
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
|
||||
|
||||
47
net-wireless/iwmenu/iwmenu-0.2.0.ebuild
Normal file
47
net-wireless/iwmenu/iwmenu-0.2.0.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
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"
|
||||
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."
|
||||
}
|
||||
Reference in New Issue
Block a user