# 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
}