# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=9 DESCRIPTION="Apple II file and disk image utility" HOMEPAGE="https://ciderpress2.com/" SRC_URI="https://github.com/fadden/CiderPress2/releases/download/v${PV}/cp2_${PV}_linux-x64_sc.zip -> ${P}.zip" S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" src_install() { mkdir -p ${D}/opt/cp2 cp ${S}/* ${D}/opt/cp2 } pkg_postinst() { elog "Add /opt/cp2 to your PATH." }