app-arch/cmdpack - 1.06 (gamerlay)

Search

Install

Install this version:

emerge -a =app-arch/cmdpack-1.06

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

autounmask =app-arch/cmdpack-1.06

Or alternatively:

emerge --autounmask-write -a =app-arch/cmdpack-1.06

Package Information

Description:
Utilites from Neill Corlett, bin2ecm included
Homepage:
https://github.com/chungy/cmdpack
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.06 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Utilites from Neill Corlett, bin2ecm included"
HOMEPAGE="https://github.com/chungy/cmdpack"
SRC_URI="https://github.com/chungy/cmdpack/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="app-text/asciidoc"

src_prepare() {
	default

	sed -i -e "s:install-bin2iso::" -e "s:bin2iso::" Makefile
}

src_install() {
	emake prefix=/usr DESTDIR="${D}" install
	dodoc README.adoc
}

Dependencies

BDEPEND

app-text/asciidoc

Manifest for 1.06

Type File Size Source URLs
DIST cmdpack-1.06.tar.gz 71738 bytes https://github.com/chungy/cmdpack/archive/1.06.tar.gz