app-misc/wmlogout-il - 0.8 (illogician-overlay)

Search

Install

Install this version:

emerge -a =app-misc/wmlogout-il-0.8

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

autounmask =app-misc/wmlogout-il-0.8

Or alternatively:

emerge --autounmask-write -a =app-misc/wmlogout-il-0.8

Package Information

Description:
A TUI-based, mouse-compatible logout menu with the goal of having no external dependencies.
Homepage:
https://codeberg.org/illogician/wmlogout-il
License:
GPL-3+ BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module desktop flag-o-matic

DESCRIPTION="A TUI-based, mouse-compatible logout menu with the goal of having no external dependencies."
HOMEPAGE="https://codeberg.org/illogician/wmlogout-il"
SRC_URI="https://codeberg.org/illogician/wmlogout-il/archive/${PV}.zip -> ${P}.zip"
SRC_URI+=" https://codeberg.org/illogician/illogician-overlay/raw/branch/main/app-misc/wmlogout-il/${PN}-0.8-vendor.tar.xz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-3+ BSD MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="dev-lang/go"

src_unpack() {
	default
}

src_prepare() {
	default
	ego build -x 
}

src_install() {
	dobin wmlogout-il
	doicon ${S}/misc/wmlogout-il.png
	domenu ${S}/misc/wmlogout-il.desktop
	insinto /etc
	doins ${S}/misc/wmlogout-il.conf
}

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/go

Manifest for 0.8

Type File Size Source URLs
DIST wmlogout-il-0.8.zip 54650 bytes https://codeberg.org/illogician/wmlogout-il/archive/0.8.zip