gentoo-ebuilds/app-misc/mmv/mmv-2.5.1.ebuild
Arthur Zamarin 4ea15313ce
app-misc/mmv: Stabilize 2.5.1 ppc, #915995
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-10-20 20:17:27 +00:00

17 lines
518 B
Bash

# Copyright 1999-2023 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"
DEPEND="dev-libs/boehm-gc"
RDEPEND="${DEPEND}"
QA_CONFIG_IMPL_DECL_SKIP=( MIN )