summaryrefslogtreecommitdiff
path: root/sys-fs/exfatprogs/exfatprogs-1.1.3.ebuild
blob: 41a8cfd166961dbb1764de60554ea7ab3defe4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2022 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 ~loong ppc ppc64 ~riscv x86"
fi
LICENSE="GPL-2"
SLOT="0"

IUSE=""

RDEPEND="!sys-fs/exfat-utils"

src_prepare() {
	default
	[[ "${PV}" == *9999 ]] && eautoreconf
}