gentoo/sys-fs/exfatprogs/exfatprogs-1.2.8.ebuild
Arthur Zamarin ec55cf3330
sys-fs/exfatprogs: Stabilize 1.2.8 ppc, #954206
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-23 11:59:17 +03:00

27 lines
606 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Userspace utilities for the exFAT filesystem"
HOMEPAGE="https://github.com/exfatprogs/exfatprogs"
if [[ ${PV} == *9999 ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git"
else
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="!sys-fs/exfat-utils"
src_prepare() {
default
[[ ${PV} == *9999 ]] && eautoreconf
}