summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-23 14:38:57 +0000
committerSam James <sam@gentoo.org>2024-11-23 14:38:57 +0000
commit95855f9abe4a4b6eb3048455452630c04c7b59da (patch)
tree8f549c29d6688e407816adb1f7ff4fe8d7deedce /sys-fs
parentsys-fs/exfatprogs: drop 1.2.2, 1.2.3, 1.2.4 (diff)
downloadgentoo-95855f9abe4a4b6eb3048455452630c04c7b59da.tar.gz
gentoo-95855f9abe4a4b6eb3048455452630c04c7b59da.tar.bz2
gentoo-95855f9abe4a4b6eb3048455452630c04c7b59da.zip
sys-fs/exfatprogs: add 1.2.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/exfatprogs/Manifest1
-rw-r--r--sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-fs/exfatprogs/Manifest b/sys-fs/exfatprogs/Manifest
index 323ea0ac8cd7..7dc96999839c 100644
--- a/sys-fs/exfatprogs/Manifest
+++ b/sys-fs/exfatprogs/Manifest
@@ -1 +1,2 @@
DIST exfatprogs-1.2.5.tar.xz 364904 BLAKE2B 11909a494d0e6ae3ba938ae6c8511d587037f32c0a07a7775c3da5e1019cd2ca989f42e616da4a44e32551d936db97a935b0074322389cc39b4c336043535bea SHA512 812c070e8b0b87e481081ff7a4d26d99fe0e6aadf3b4cc81c211bd269ebd3e42c419baaaa95335f3967868f8c9f39f6e5a6e951c92b86fa881b9c88b435ed7e3
+DIST exfatprogs-1.2.6.tar.xz 365832 BLAKE2B 2f92976638cb7ec626692a60ac7097003ab441d1cca6cc502b776c2954da0e527fa28053e4c2c601aecadd267684910bcdf0f00797322ec9635fe64263fe2d1d SHA512 e0fc88bd7cbac023ac58965d3c1d6b0722277c39efa3e098b0e395e0d245ce445c3f202af9c313e93fcd5d891e14044af479415915ed52a94c55d71945d14762
diff --git a/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild b/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild
new file mode 100644
index 000000000000..24a35a00a404
--- /dev/null
+++ b/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Userspace utilities for the exFAT filesystem (kernel 5.7+)"
+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
+}