# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit git-r3 DESCRIPTION="User Mode Linux utilities" HOMEPAGE="https://user-mode-linux.sourceforge.net" EGIT_REPO_URI="https://github.com/Lekensteyn/dmg2img.git" LICENSE="" SLOT="0" KEYWORDS="~amd64" DEPEND="sys-libs/zlib app-arch/bzip2 dev-libs/openssl" RDEPEND="${DEPEND}" BDEPEND="" src_build() { make dmg2img } src_install() { make DESTDIR="${P}" install }