summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/libsystemd-dummy/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr/libsystemd-dummy/PKGBUILD b/pcr/libsystemd-dummy/PKGBUILD
new file mode 100644
index 000000000..61a8041a6
--- /dev/null
+++ b/pcr/libsystemd-dummy/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: David P. <megver83@parabola.nu>
+
+# Based on Parabola's systemd-dummy
+# https://pad.riseup.net/p/ParabolaSystemdDependants
+
+pkgname=libsystemd-dummy
+pkgdesc="An empty package that provides 'libsystemd' to satisfy packages that erronously depend on it"
+url='https://parabola.nu/'
+provides=('libsystemd')
+license=('custom:Public Domain')
+epoch=1
+pkgver=1
+pkgrel=1
+arch=(any)
+depends=(libsystemd.so)