Install this version:
emerge -a =dev-util/payload-dumper-go-2.0.1
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.1
Or alternatively:
emerge --autounmask-write -a =dev-util/payload-dumper-go-2.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.1 | 8 | ~amd64 | 0 |
# 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="~amd64"
DEPEND="app-arch/xz-utils"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-lang/go-1.25.0"
DOCS=( CHANGELOG.md README.md )
src_compile() {
ego build
}
src_install() {
dobin payload-dumper-go
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | payload-dumper-go-2.0.1-deps.tar.xz | 44775276 bytes | https://github.com/yamader/gentoo-deps/releases/download/payload-dumper-go-2.0.1/payload-dumper-go-2.0.1-deps.tar.xz |
| DIST | payload-dumper-go-2.0.1.tar.gz | 55303 bytes | https://github.com/ssut/payload-dumper-go/archive/2.0.1.tar.gz |