commit d3e638f
hovercats
·
2024-12-08 11:55:19 +0000 UTC
parent a0a3987
exfatprogs: import
4 files changed,
+14,
-0
+11,
-0
1@@ -0,0 +1,11 @@
2+#!/bin/sh -e
3+
4+./configure \
5+ --prefix=/usr \
6+ --sbindir=/usr/bin
7+
8+make LDFLAGS="$LDFLAGS --static"
9+make DESTDIR="$1" install
10+
11+# Compress manpages
12+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-0
1@@ -0,0 +1 @@
2+9eb9805db1286d129800c5fe30b18caae6fd483c019ee83d23f4cf63028925bff6
+1,
-0
1@@ -0,0 +1 @@
2+https://github.com/exfatprogs/exfatprogs/releases/download/1.2.5/exfatprogs-1.2.5.tar.xz
+1,
-0
1@@ -0,0 +1 @@
2+1.2.5 1