View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="Fluxbox menu generator (with support for icons)"
HOMEPAGE="https://github.com/trizen/fbmenugen"
SRC_URI="https://github.com/trizen/fbmenugen/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
dev-lang/perl[gdbm]
dev-perl/Data-Dump
dev-perl/Linux-DesktopFiles
"
src_install() {
dobin ${PN}
insinto /etc/xdg/fbmenugen
doins schema.pl
dodoc README.md
}
pkg_postinst() {
optfeature_header "For icon (-i) functionality, install:"
optfeature "support via gtk+:2 (enabled via config)" dev-perl/Gtk2
optfeature "support via gtk+:3 (default)" dev-perl/Gtk3
}