sys-fs/exfatprogs: add 1.3.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-10-20 01:14:23 +01:00
parent e450eba8f0
commit 2b4483d343
2 changed files with 27 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST exfatprogs-1.2.8.tar.xz 367500 BLAKE2B f4f15b475a4d6e53279582839274026b55127fe76d6f390991de4fb847fa563d378a23a53419d17ec9eedda7d45df6e920f9c56d8b28fc558f84c2cd672e7f55 SHA512 5930555bde84d77b2b949a268cd0423abaf91bbc3b9632b66705f9e4a1245367c92515111a85f2846541cff7ac465197aed8b091d889dbf8309381ac2d41af98
DIST exfatprogs-1.2.9.tar.xz 371260 BLAKE2B d63282fab1822746b4f9ad29539c9549ef75269c5b350d6297e13972cf969661862c421d19d5f9047d63e2eb5b83f0d6bf2e668f78e85917af1973fc2c4627c5 SHA512 dbd973bedab803c5c1ad4c1e29fcaa81c163f99cad2fd603449ebf3cd6ab9e2ecf4470754ce76922b765e20ddb3b5a391782b7e3b1a22f85bcfea48c0cefb572
DIST exfatprogs-1.3.0.tar.xz 392756 BLAKE2B 6453f58c48d68268598f6e494aa809fbf60bbda0ecc21873e41b054974c28ecebe17b5406661efb731180aa1b6f31744dd0e6d087206f787bc5e9f02050256eb SHA512 dd8fcc8ae4dac749b119f8f2a769531a3910bc4aaea47a9801cf4472f593b1b35c6c3279b18f3146c79ae4862e567ad35b93bc7ee6fed259baa928421384db70

View File

@@ -0,0 +1,26 @@
# 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
}