| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
PYTHON_COMPAT=( python3_{8..13} )
DESCRIPTION="Tools for getting, inspecting and validating files and their information"
HOMEPAGE="https://ari.lt/gh/filetools"
SRC_URI="https://ari.lt/gh/filetools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/python-magic
man? ( sys-apps/man-db )
"
RDEPEND="${DEPEND}"
BDEPEND=""
IUSE="+man doc"
DOCS=(README.md)
src_install() {
chmod a+rx ./setup.sh
DESTDIR="${D}/" PREFIX="${EPREFIX}/usr" ./setup.sh || die 'Installing failed'
use doc && einstalldocs
}
dev-python/python-magic man? ( sys-apps/man-db )
dev-python/python-magic man? ( sys-apps/man-db )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | filetools-0.5.tar.gz | 16067 bytes | https://ari.lt/gh/filetools/archive/v0.5.tar.gz |