Install this version:
emerge -a =app-arch/ciderpress2-bin-1.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/ciderpress2-bin-1.2.0
Or alternatively:
emerge --autounmask-write -a =app-arch/ciderpress2-bin-1.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.0 | 9 | ~amd64 | 0 |
# 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."
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ciderpress2-bin-1.2.0.zip | 33315556 bytes | https://github.com/fadden/CiderPress2/releases/download/v1.2.0/cp2_1.2.0_linux-x64_sc.zip |