mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-fs/jefferson: add 0.4.7
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST jefferson-0.4.6.gh.tar.gz 9922 BLAKE2B ca366ba1fdc99c3c6db0ec90701020d5948040d1897a6ae3a8e27de5bf4d4ab7821bbbb6c27bcf3a5d475fe972b3ef320a67a745255836bc96e6bb9ab03c71df SHA512 6082e2b7502cfd0a9395c303dc8339213151ef1b11db3e458c390299fc2d8b655fbeb4f9660504fa558927547376c87585f56bb147f80fd847474a123dde7e9c
|
||||
DIST jefferson-0.4.7.gh.tar.gz 9694 BLAKE2B 9f9e46faa0b8b98515fedbf6618fd8b32d7a227780bec956f950a829cb0201d03019fd4253c8a5c0c7098c4285f7d3f3375bf15ee42045ced755d573a6d8ed02 SHA512 68471b007664cd5bfcb822ff8c3b942289dd146d93207f2ea3c1d809c80df378c36287c6bfd768f7d5b61156b73b320b1734d07004b1456b4c61e49089e2a7d1
|
||||
|
||||
23
sys-fs/jefferson/jefferson-0.4.7.ebuild
Normal file
23
sys-fs/jefferson/jefferson-0.4.7.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION=" JFFS2 filesystem extraction tool "
|
||||
HOMEPAGE="https://github.com/onekey-sec/jefferson"
|
||||
SRC_URI="https://github.com/onekey-sec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/cstruct[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/lzallright[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user