dev-embedded/esptool2 - 9999 (booboo)

Search

Install

Install this version:

emerge -a =dev-embedded/esptool2-9999

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

autounmask =dev-embedded/esptool2-9999

Or alternatively:

emerge --autounmask-write -a =dev-embedded/esptool2-9999

Package Information

Description:
An esp8266 rom creation tool
Homepage:
https://github.com/raburton/esptool2
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="An esp8266 rom creation tool"
HOMEPAGE="https://github.com/raburton/esptool2"
EGIT_REPO_URI="https://github.com/raburton/esptool2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	dobin esptool2
}

Inherited Eclasses