gentoo-ebuilds/app-misc/detox/detox-3.0.1.ebuild
Arthur Zamarin 6a04259f3e
app-misc/detox: add 3.0.1, EAPI=8
Closes: https://bugs.gentoo.org/952916
Closes: https://bugs.gentoo.org/734202
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-28 20:22:27 +03:00

24 lines
530 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Safely remove spaces and strange characters from filenames"
HOMEPAGE="https://github.com/dharple/detox"
SRC_URI="https://github.com/dharple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
app-alternatives/yacc
app-alternatives/lex
"
src_prepare() {
default
eautoreconf
}