app-i18n/mozc: remove nvchecker
[gentoo-zh.git] / x11-misc / 9menu / 9menu-1.11.ebuild
blob4559a84f396ce0e864128733d42544f00f88b922
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="Create X menus from the shell"
7 HOMEPAGE="https://packages.debian.org/source/sid/9menu"
8 SRC_URI="https://github.com/arnoldrobbins/9menu/archive/refs/tags/${PN}-release-${PV}.tar.gz -> ${P}.tar.gz"
9 S="${WORKDIR}/${PN}-${PN}-release-${PV}"
10 LICENSE="public-domain"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
14 RDEPEND="x11-libs/libX11"
16 src_prepare() {
17 default
18 eapply "${FILESDIR}/fix-ignore-cflags-and-ldflags.patch"
21 src_compile() {
22 emake -f Makefile.noimake || die "emake error"
25 src_install() {
26 dobin 9menu
27 doman "${PN}.1"
28 dodoc README