dev-util/payload-dumper-go - 2.0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/payload-dumper-go-2.0.2

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

autounmask =dev-util/payload-dumper-go-2.0.2

Or alternatively:

emerge --autounmask-write -a =dev-util/payload-dumper-go-2.0.2

Package Information

Description:
an android OTA payload dumper written in Go
Homepage:
https://github.com/ssut/payload-dumper-go
License:
Apache-2.0 BSD MIT Unlicense

Ebuild Details

Version EAPI Keywords Slot
2.0.2 8 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="an android OTA payload dumper written in Go"
HOMEPAGE="https://github.com/ssut/payload-dumper-go"
SRC_URI="
	https://github.com/ssut/payload-dumper-go/archive/${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/yamader/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz
"

LICENSE="Apache-2.0 BSD MIT Unlicense"
SLOT="0"
KEYWORDS=""

DEPEND="app-arch/xz-utils"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-lang/go-1.27.0"

DOCS=( CHANGELOG.md README.md )

src_compile() {
	ego build
}

src_install() {
	dobin payload-dumper-go
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

app-arch/xz-utils

RDEPEND

app-arch/xz-utils

BDEPEND

>=dev-lang/go-1.27.0

Manifest for 2.0.2

Type File Size Source URLs
DIST payload-dumper-go-2.0.2-deps.tar.xz 44775276 bytes https://github.com/yamader/gentoo-deps/releases/download/payload-dumper-go-2.0.2/payload-dumper-go-2.0.2-deps.tar.xz
DIST payload-dumper-go-2.0.2.tar.gz 55489 bytes https://github.com/ssut/payload-dumper-go/archive/2.0.2.tar.gz