summaryrefslogtreecommitdiff
path: root/sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild')
-rw-r--r--sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild b/sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild
new file mode 100644
index 000000000000..29a89c2d1f56
--- /dev/null
+++ b/sys-fs/exfatprogs/exfatprogs-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Userspace utilities for new 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 ~ppc64 ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="!sys-fs/exfat-utils"
+
+src_prepare() {
+ default
+ [[ "${PV}" == *9999 ]] && eautoreconf
+}