diff options
author | Sam James <sam@gentoo.org> | 2023-03-13 21:13:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-13 21:13:36 +0000 |
commit | b2d18017842471aa8694b7fa0903bb94412a2b4f (patch) | |
tree | f7531e116d5ae5ee11e8fa172e9f7ec7ae052e55 /sys-fs | |
parent | dev-vcs/git: add 2.40.0, drop 2.40.0_rc0 (diff) | |
download | gentoo-b2d18017842471aa8694b7fa0903bb94412a2b4f.tar.gz gentoo-b2d18017842471aa8694b7fa0903bb94412a2b4f.tar.bz2 gentoo-b2d18017842471aa8694b7fa0903bb94412a2b4f.zip |
sys-fs/exfat-utils: add 1.4.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/exfat-utils/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.4.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/exfat-utils/Manifest b/sys-fs/exfat-utils/Manifest index 324f86130dd2..1b59be982c08 100644 --- a/sys-fs/exfat-utils/Manifest +++ b/sys-fs/exfat-utils/Manifest @@ -1 +1,2 @@ DIST exfat-utils-1.3.0.tar.gz 188943 BLAKE2B 07af437fc21ae2f7d99db778069135c7391554f964a05eb6df715bcb5135003ecdc1257c541a61e0c140bfcffbc0802dd4118413f8d11a175be3f8adf5f5b83f SHA512 e1c5b708f22e878d7521e3299866bba127145757e3620696ff11b18c8c7d4830522974e8ee4771234b70aa9718295d3433779cf34ca990e28ccc06cbf9325f7e +DIST exfat-utils-1.4.0.tar.gz 203422 BLAKE2B cfff22c64c7dc7c4db49ee1a1c60879983223afd8534002a0afac1b8fe57e865515f39e1b8caa3ed4670923e44e7397872587eadc78fded719dae64ada5823f3 SHA512 789cb6b6264971606af9a2cd96f8445a9d813f7362ede51206fae3e2d6db4f115101475e73b12f2caafad1b117e3f1bea292f9aad62310a05ada3056687d4af7 diff --git a/sys-fs/exfat-utils/exfat-utils-1.4.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.4.0.ebuild new file mode 100644 index 000000000000..da727304a2c7 --- /dev/null +++ b/sys-fs/exfat-utils/exfat-utils-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="exFAT filesystem utilities" +HOMEPAGE="https://github.com/relan/exfat" +SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz" + +# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" + +src_install() { + default + dosym exfatfsck.8 /usr/share/man/man8/fsck.exfat.8 + dosym mkexfatfs.8 /usr/share/man/man8/mkfs.exfat.8 +} |