# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit git-r3

DESCRIPTION="An LD_PRELOAD library to disable CSD in GTK3/4, LibHandy, and LibAdwaita apps."
HOMEPAGE="https://codeberg.org/MorsMortium/gtk-nocsd"

EGIT_REPO_URI="https://codeberg.org/MorsMortium/gtk-nocsd"

LICENSE="GPL-3+"
SLOT="0"

DEPEND="gui-libs/libadwaita"

src_install() {
	local prefix="${EPREFIX}/usr"
	local docdir="${prefix}/share/doc/${PF}"

	emake DESTDIR="${D}" PREFIX="${prefix}" DOCDIR="${docdir}" install
	docompress -x "${docdir}"/examples
}