index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-24 17:31:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-24 17:31:42 +0200 |
commit | 320eb28d3b06a4e5b7eac4798d851b1318ed28f9 (patch) | |
tree | a66ba11842169e542ddd72d07a5f9d414345443c /core | |
parent | 7d67fea096b1d7dff8f6f67d6bdd83f51bf27386 (diff) |
-rw-r--r-- | core/cryptsetup/PKGBUILD | 11 |
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 | + ' +)" |