Advertisement
wariat

jefferson-0.4.2.ebuild

Mar 9th, 2023
1,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. # Copyright 2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. EAPI=8
  5.  
  6. PYTHON_COMPAT=( python3_{8..11} )
  7. inherit distutils-r1 pypi
  8.  
  9. DESCRIPTION="JFFS2 filesystem extraction tool"
  10. HOMEPAGE="https://pypi.org/project/jefferson/"
  11. SRC_URI="https://files.pythonhosted.org/packages/source/j/jefferson/jefferson-0.4.2.tar.gz"
  12.  
  13. LICENSE="MIT"
  14. SLOT="0"
  15. KEYWORDS="~amd64"
  16.  
  17. DEPEND="
  18.        dev-python/python-lzo
  19.        dev-python/python-cstruct"
  20. RDEPEND="${DEPEND}"
  21. BDEPEND=""
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement