dev-go/txtar-bin - 0.0.7 (arrans-overlay)

Search

Install

Install this version:

emerge -a =dev-go/txtar-bin-0.0.7

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

autounmask =dev-go/txtar-bin-0.0.7

Or alternatively:

emerge --autounmask-write -a =dev-go/txtar-bin-0.0.7

Package Information

Description:
txtar enhanced and with a cli tool
Homepage:
https://github.com/arran4/txtar
License:
BSD-3-Clause

Ebuild Details

Version EAPI Keywords Slot
0.0.7 8 ~amd64 ~arm64 0
View Raw Ebuild
# Generated using: https://github.com/arran4/arrans_overlay_workflow_builder 0.1.37 Github Binary Release current.config 2026-08-08 02:11:41.914576776 +0000 UTC m=+0.008115703
EAPI=8

DESCRIPTION="txtar enhanced and with a cli tool"
HOMEPAGE="https://github.com/arran4/txtar"
SRC_URI="
	amd64? ( https://github.com/arran4/txtar/releases/download/v${PV}/txtar_${PV}_linux_amd64.tar.gz -> ${P}-txtar_${PV}_linux_amd64.tar.gz )
	arm64? ( https://github.com/arran4/txtar/releases/download/v${PV}/txtar_${PV}_linux_arm64.tar.gz -> ${P}-txtar_${PV}_linux_arm64.tar.gz )
"
S="${WORKDIR}"

LICENSE="BSD-3-Clause"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RESTRICT="strip"
DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND=""

QA_PREBUILT="
	usr/bin/txtar
"

src_unpack() {
	if use amd64; then
		unpack ${P}-txtar_${PV}_linux_amd64.tar.gz
	fi
	if use arm64; then
		unpack ${P}-txtar_${PV}_linux_arm64.tar.gz
	fi
}

src_install() {
	if use amd64; then
		dobin txtar
		dodoc LICENSE
		dodoc README.md
	fi
	if use arm64; then
		dobin txtar
	fi
}

Dependencies

DEPEND


    
    
    

RDEPEND


    
    

Manifest for 0.0.7

Type File Size Source URLs
DIST txtar-bin-0.0.7-txtar_0.0.7_linux_amd64.tar.gz 1387752 bytes https://github.com/arran4/txtar/releases/download/v0.0.7/txtar_0.0.7_linux_amd64.tar.gz
DIST txtar-bin-0.0.7-txtar_0.0.7_linux_arm64.tar.gz 1279451 bytes https://github.com/arran4/txtar/releases/download/v0.0.7/txtar_0.0.7_linux_arm64.tar.gz