summaryrefslogtreecommitdiff
path: root/community/netplan/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/netplan/PKGBUILD')
-rw-r--r--community/netplan/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/netplan/PKGBUILD b/community/netplan/PKGBUILD
new file mode 100644
index 00000000..3bd27377
--- /dev/null
+++ b/community/netplan/PKGBUILD
@@ -0,0 +1,13 @@
+# currently Haskell is broken
+makedepends=(${makedepends[@]//pandoc/})
+source+=('netplan-0.102-no-pandoc.patch')
+sha256sums+=('0ab919601e4a30585f0e3e3dc224fd598d2183e2df9250c1e6e4bc894d0ace95')
+eval "$(
+ {
+ declare -f prepare || \
+ printf 'prepare() { cd "${pkgname}-${pkgver}"\n}\n'
+ } \
+ | sed '
+ $i patch -Np1 -i "$srcdir/netplan-0.102-no-pandoc.patch"
+ '
+)"