diff options
Diffstat (limited to 'app-misc/opentx-companion')
-rw-r--r-- | app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild b/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild new file mode 100644 index 0000000..b252bee --- /dev/null +++ b/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="EEPROM Editor for OpenTX RC transmitter firmwares" +HOMEPAGE="http://www.open-tx.org/" +SRC_URI="https://github.com/opentx/opentx/archive/$PV.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} dev-util/cmake dev-cpp/xsd sys-devel/bc dev-lang/python avr-gcc" + +src_prepare() { + epatch "${FILESDIR}/Fix-install-strip.patch" +} |