logo

overlay

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

firmtool-1.4.ebuild (469B)


  1. # Copyright 1999-2022 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. PYTHON_COMPAT=( python3_{4..10} )
  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/pycryptodome"
  14. RDEPEND="${DEPEND}"