diff options
Diffstat (limited to 'nonsystemd/lxdm-openrc/PKGBUILD')
-rw-r--r-- | nonsystemd/lxdm-openrc/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonsystemd/lxdm-openrc/PKGBUILD b/nonsystemd/lxdm-openrc/PKGBUILD index 46c5ae819..63749e4d8 100644 --- a/nonsystemd/lxdm-openrc/PKGBUILD +++ b/nonsystemd/lxdm-openrc/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer: artoo <artoo@artixlinux.org> +# Maintainer: David P. <megver83@parabola.nu> +# Maintainer (Artix): artoo <artoo@artixlinux.org> pkgname=lxdm-openrc pkgver=20220104 pkgrel=1 pkgdesc="OpenRC lxdm init script" arch=('any') -url="https://gitea.artixlinux.org/artixlinux/packages-openrc" +url="https://gitea.artixlinux.org/packagesL/lxdm-openrc" license=('GPL2') groups=('openrc-galaxy') provides=('init-displaymanager') -depends=('lxdm-gtk3' 'openrc') conflicts=('init-displaymanager') source=("lxdm.initd") sha256sums=('57ec70f482e606961971978565fc268fba9388b277ce751c2d0a16f44d081e42') package() { + depends=('lxdm-gtk3' 'openrc') install -Dm755 "$srcdir/lxdm.initd" "$pkgdir/etc/init.d/lxdm" } |