Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-01-07 11:32:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-01-07 11:32:24 +0100
commitcc3206065eca02012f6e6f33f793a94c167ee7e1 (patch)
treea8465bcc182140178169a4e80310095d1faa8b52 /community
parent4292e235ef17e72dd980c4469b3f73e9f56e43f8 (diff)
community/coq: disabled building of documentation (fails)
Diffstat (limited to 'community')
-rw-r--r--community/coq/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/coq/PKGBUILD b/community/coq/PKGBUILD
new file mode 100644
index 00000000..53cfde9b
--- /dev/null
+++ b/community/coq/PKGBUILD
@@ -0,0 +1,12 @@
+# disable documentation building with python-sphinx
+makedepends=(${makedepends[@]/python-sphinxcontrib-bibtex})
+makedepends=(${makedepends[@]/python-sphinx_rtd_theme})
+makedepends=(${makedepends[@]/python-sphinx})
+eval "$(
+ declare -f build | \
+ sed '
+ s/-with-doc yes//
+ /MAKE_TARGETS/s/refman-html//
+ /MAKE_TARGETS/s/doc-stdlib//
+ '
+)"