Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-18 23:57:49 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-19 01:24:15 +0300
commitd1d7a064f0d02f3ba0b14100f3adb71955200c74 (patch)
tree5a5c8d54bcd200223bd3f4511b07c15bdd97d5b9
parentf8a8552f69316dd6e75ef24efe8baaf1a9102aee (diff)
extra/icmake: Allow building without icmake
-rw-r--r--extra/icmake/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/icmake/PKGBUILD b/extra/icmake/PKGBUILD
new file mode 100644
index 00000000..437011e0
--- /dev/null
+++ b/extra/icmake/PKGBUILD
@@ -0,0 +1,4 @@
+# To quote the PKGBUILD
+## when upgrading to new SONAME, remove ./manpages from HOME variable
+## to allow compiling the package without invoiking icmake itself
+eval "$(declare -f build | sed 's@./manpages@@;s@./icm_prepare /@./icm_prepare /; touch doc/icmake.1 doc/icmake.7@')"