gentoo-ebuilds/app-misc/mmv/mmv-2.10.ebuild
Holger Hoffstätte 68b62b54da
app-misc/mmv: add 2.10
[sam: Add Bug tag.]

Bug: https://bugs.gentoo.org/712622
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/42455
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 11:47:33 +01:00

14 lines
473 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Move/copy/append/link multiple files according to a set of wildcard patterns"
HOMEPAGE="https://github.com/rrthomas/mmv"
SRC_URI="https://github.com/rrthomas/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
QA_CONFIG_IMPL_DECL_SKIP=( MIN )