diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Silke Hofstra + - IRC: silkeh + - Email: silke@slxh.eu diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : exfatprogs +version : 1.0.4 +release : 1 +source : + - https://github.com/exfatprogs/exfatprogs/archive/1.0.4.tar.gz : 3f755d35785a74138348b3a22dfcda5afc8a69e66a6a0c79be48225e6ca321ce +license : GPL-2.0-or-later +component : system.utils +summary : exFAT filesystem userspace utilities +description: | + exfatprogs are the official userspace utilities that contain all of the standard utilities for creating, fixing and debugging exFAT filesystems in Linux. +replaces : + - exfat-utils +setup : | + %autogen +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + exfatprogs + + Silke Hofstra + silke@slxh.eu + + GPL-2.0-or-later + system.utils + exFAT filesystem userspace utilities + exfatprogs are the official userspace utilities that contain all of the standard utilities for creating, fixing and debugging exFAT filesystems in Linux. + + https://getsol.us/sources/README.Solus + + + exfatprogs + exFAT filesystem userspace utilities + exfatprogs are the official userspace utilities that contain all of the standard utilities for creating, fixing and debugging exFAT filesystems in Linux. + + system.utils + + /usr/sbin/fsck.exfat + /usr/sbin/mkfs.exfat + /usr/sbin/tune.exfat + /usr/share/man/man8/fsck.exfat.8 + /usr/share/man/man8/mkfs.exfat.8 + /usr/share/man/man8/tune.exfat.8 + + + exfat-utils + + + + + 2021-01-23 + 1.0.4 + Packaging update + Silke Hofstra + silke@slxh.eu + + + \ No newline at end of file