app-arch/bitrock-unpacker - 20160622 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-arch/bitrock-unpacker-20160622

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

autounmask =app-arch/bitrock-unpacker-20160622

Or alternatively:

emerge --autounmask-write -a =app-arch/bitrock-unpacker-20160622

Package Information

Description:
Bitrock unpacking script.
Homepage:
https://gist.github.com/mickael9/0b902da7c13207d1b86e
License:
all-rights-reserved

Ebuild Details

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

EAPI=8

DESCRIPTION="Bitrock unpacking script."
HOMEPAGE="https://gist.github.com/mickael9/0b902da7c13207d1b86e"
SRC_URI="https://gist.githubusercontent.com/mickael9/0b902da7c13207d1b86e/raw/ef65b6583c5cf077fb897a9a028781f577fed9ac/bitrock-unpacker.tcl -> ${P}.tcl"

S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-tcltk/sdx"

src_unpack() {
	:
}

src_install() {
	newbin "${DISTDIR}/${P}.tcl" "${PN}"
}

Dependencies

RDEPEND

dev-tcltk/sdx

Manifest for 20160622

Type File Size Source URLs
DIST bitrock-unpacker-20160622.tcl 3368 bytes https://gist.githubusercontent.com/mickael9/0b902da7c13207d1b86e/raw/ef65b6583c5cf077fb897a9a028781f577fed9ac/bitrock-unpacker.tcl