pentoo-overlay/sys-fs/yaffshiv/yaffshiv-99999999.ebuild
2019-04-03 14:02:28 +03:00

22 lines
507 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit git-r3 distutils-r1
DESCRIPTION="YAFFS filesystem extraction tool"
HOMEPAGE="https://github.com/devttys0/yaffshiv"
EGIT_REPO_URI="https://github.com/devttys0/yaffshiv"
if [[ ${PV} != *9999 ]]; then
EGIT_COMMIT="8a7c99e2ea4cb968f2cede1b9782160c0fe6cb87"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
RESTRICT="mirror"
SLOT="0"
IUSE=""
RDEPEND="${PYTHON_DEPS}"