games-util/aprip - 1.0.9 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =games-util/aprip-1.0.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/aprip-1.0.9

Or alternatively:

emerge --autounmask-write -a =games-util/aprip-1.0.9

Package Information

Description:
Remove additional copy protection found in some later PS1 games.
Homepage:
https://alex-free.github.io/aprip/ https://github.com/alex-free/aprip
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.0.9 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Remove additional copy protection found in some later PS1 games."
HOMEPAGE="https://alex-free.github.io/aprip/ https://github.com/alex-free/aprip"
SRC_URI="https://github.com/alex-free/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

src_prepare() {
	sed -re 's/^CC=/CC?=/' -e 's/^CFLAGS=/CFLAGS?=/' -i Makefile || die
	default
}

src_compile() {
	emake "${PN}"
}

src_install() {
	dobin "${PN}" ap-type-checker.sh cd-command-logger.sh
	einstalldocs
}

Manifest for 1.0.9

Type File Size Source URLs
DIST aprip-1.0.9.tar.gz 3897561 bytes https://github.com/alex-free/aprip/archive/refs/tags/v1.0.9.tar.gz