Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-24 17:31:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-24 17:31:42 +0200
commit320eb28d3b06a4e5b7eac4798d851b1318ed28f9 (patch)
treea66ba11842169e542ddd72d07a5f9d414345443c /core
parent7d67fea096b1d7dff8f6f67d6bdd83f51bf27386 (diff)
core/cryptsetup: disabled manpages (asciidoctor, ruby broken)
Diffstat (limited to 'core')
-rw-r--r--core/cryptsetup/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/cryptsetup/PKGBUILD b/core/cryptsetup/PKGBUILD
new file mode 100644
index 00000000..ccf901c7
--- /dev/null
+++ b/core/cryptsetup/PKGBUILD
@@ -0,0 +1,11 @@
+# we don't have a working ruby (needed by asciidoctor)
+makedepends=(${makedepends[@]//asciidoctor/})
+
+# ruby broken, no asciidoctor, no man pages
+makedepends=(${makedepends[@]//pandoc/})
+eval "$(
+ declare -f build | \
+ sed '
+ s|./configure |./configure --disable-asciidoc |
+ '
+)"