summaryrefslogtreecommitdiff
path: root/community/spring/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spring/PKGBUILD')
-rw-r--r--community/spring/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
new file mode 100644
index 00000000..749aaed2
--- /dev/null
+++ b/community/spring/PKGBUILD
@@ -0,0 +1,13 @@
+# https://springrts.com/mantis/view.php?id=5413
+
+sha512sums[1]='7d29099f589f4ab70262ebb307f905bdaa7e20606421ca2efaf69d391b271d3e1015f44087161106546ebe1ef197dc758c5de0120feff3f473e69ec96555d3a8'
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ 2 a \
+ cd spring_$pkgver \
+ patch -Np1 -i ../gold-linker.patch \
+ cd ..
+ '
+)"