dev-util/mappa - 0.0.3 (bennypowers)

Search

Install

Install this version:

emerge -a =dev-util/mappa-0.0.3

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

autounmask =dev-util/mappa-0.0.3

Or alternatively:

emerge --autounmask-write -a =dev-util/mappa-0.0.3

Package Information

Description:
High-performance import map generator for the modern web
Homepage:
https://github.com/bennypowers/mappa
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Benny Powers
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="High-performance import map generator for the modern web"
HOMEPAGE="https://github.com/bennypowers/mappa"
SRC_URI="https://github.com/bennypowers/mappa/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://raw.githubusercontent.com/bennypowers/gentoo-overlay/main/dev-util/mappa/${P}-deps.tar.gz"

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

DEPEND=">=dev-lang/go-1.25"

src_prepare() {
	default
	mv "${WORKDIR}/vendor" "${S}/vendor" || die
}

src_compile() {
	export GOFLAGS="-mod=vendor"
	export CGO_ENABLED=1
	ego build -o mappa .
}

src_install() {
	dobin mappa
	dodoc README.md
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-lang/go-1.25

Manifest for 0.0.3

Type File Size Source URLs
DIST mappa-0.0.3-deps.tar.gz 3931477 bytes https://raw.githubusercontent.com/bennypowers/gentoo-overlay/main/dev-util/mappa/mappa-0.0.3-deps.tar.gz
DIST mappa-0.0.3.tar.gz 1851720 bytes https://github.com/bennypowers/mappa/archive/refs/tags/v0.0.3.tar.gz