x11-misc/fvwm-xdg-menu - 9999 (proaudio-gentoo)

Search

Install

Install this version:

emerge -a =x11-misc/fvwm-xdg-menu-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/fvwm-xdg-menu-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/fvwm-xdg-menu-9999

Package Information

Description:
xdg menu for use with fvwm and fvwm-menu-desktop
Homepage:
https://github.com/domichel/fvwm-xdg-menu
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

inherit git-r3 xdg

EGIT_REPO_URI="https://github.com/domichel/fvwm-xdg-menu.git"

DESCRIPTION="xdg menu for use with fvwm and fvwm-menu-desktop"
HOMEPAGE="https://github.com/domichel/fvwm-xdg-menu"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

DOCS=( README.md )

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
	einstalldocs
}

Inherited Eclasses

xdg