Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
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//
+ '
+)"