logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

firmtool-1.3.ebuild (493B)


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