Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-25 14:07:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-25 14:07:28 +0200
commit73886651b79919f47a2467defc077b7ab9e0af47 (patch)
tree7c7a94887276dec221016c1ce720939a86096ed8
parent1d93faea9d0d08a0bdc7d76f417ed0e04910628a (diff)
community/keepassxc: disabled asciidoctor docu
-rw-r--r--community/keepassxc/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/keepassxc/PKGBUILD b/community/keepassxc/PKGBUILD
new file mode 100644
index 00000000..29ee409b
--- /dev/null
+++ b/community/keepassxc/PKGBUILD
@@ -0,0 +1,9 @@
+# we don't have a working ruby (needed by asciidoctor)
+makedepends=(${makedepends[@]//asciidoctor/})
+
+eval "$(
+ declare -f build | \
+ sed '
+ s|cmake -S|cmake -DWITH_XC_DOCS=OFF -S|
+ '
+)"