summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-11-16 20:05:09 -0300
committerDavid P <megver83@parabola.nu>2018-11-16 20:05:09 -0300
commit74f4b472de36e6534aacb53598b5c3b00ce2a4db (patch)
treec9ad3b3c6ed7bd321af22eebd38632840d1a92dd
parenta728b429ddb893d049cf2ece8901ed53c0cbabb5 (diff)
downloadabslibre-74f4b472de36e6534aacb53598b5c3b00ce2a4db.tar.gz
abslibre-74f4b472de36e6534aacb53598b5c3b00ce2a4db.tar.bz2
abslibre-74f4b472de36e6534aacb53598b5c3b00ce2a4db.zip
addpkg: pcr/libsystemd-dummy 1:1-1
Signed-off-by: David P <megver83@parabola.nu>
-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)