From cc3206065eca02012f6e6f33f793a94c167ee7e1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 7 Jan 2023 11:32:24 +0100 Subject: community/coq: disabled building of documentation (fails) --- community/coq/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/coq/PKGBUILD (limited to 'community') 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// + ' +)" -- cgit v1.2.3-54-g00ecf