Install this version:
emerge -a =app-admin/mkeosimg-11082024
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/mkeosimg-11082024
Or alternatively:
emerge --autounmask-write -a =app-admin/mkeosimg-11082024
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="d7441614e4c7e9f2f7a5d271ae46e6f633746a62"
DESCRIPTION="Ubiquiti EdgeOS image from a system tarball"
HOMEPAGE="https://github.com/sowbug/mkeosimg"
SRC_URI="https://github.com/sowbug/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
einstalldocs
dobin mkeos{drive,img}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mkeosimg-11082024.gh.tar.gz | 3808 bytes | https://github.com/sowbug/mkeosimg/archive/d7441614e4c7e9f2f7a5d271ae46e6f633746a62.tar.gz |