app-admin/mkeosimg - 9999 (nest)

Search

Package Information

Description:
Ubiquiti EdgeOS image from a system tarball
Homepage:
https://github.com/sowbug/mkeosimg
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="Ubiquiti EdgeOS image from a system tarball"
HOMEPAGE="https://github.com/sowbug/mkeosimg"

LICENSE="MIT"
SLOT="0"

src_install() {
	einstalldocs
	dobin mkeos{drive,img}
}