firmtool-1.3.ebuild (493B)
- # Copyright 1999-2018 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- EAPI=6
- PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
- inherit distutils-r1
- DESCRIPTION="Parses, extracts, and builds 3DS firmware files"
- HOMEPAGE="https://github.com/TuxSH/firmtool"
- SRC_URI="https://github.com/TuxSH/firmtool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- LICENSE="BSD"
- SLOT="0"
- KEYWORDS="~amd64 ~x86"
- IUSE=""
- DEPEND="dev-python/cryptography"
- RDEPEND="${DEPEND}"