# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PROGMAN_COMMIT="dba2dc691b97a182d233412f022de4643ca83eae" DESCRIPTION="progman is a simple X11 window manager modelled after the Windows 3 era." HOMEPAGE="https://github.com/jcs/progman" SRC_URI="https://github.com/jcs/progman/archive/${PROGMAN_COMMIT}.tar.gz" S="${WORKDIR}/${PN}-${PROGMAN_COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND="x11-libs/gdk-pixbuf media-libs/freetype" RDEPEND="${DEPEND}" BDEPEND="" inherit toolchain-funcs src_compile() { tc-export CC default } src_install() { dobin progman }