From bd0569a337ef9117341d1d1cc2b004df38072c16 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 19 Jul 2022 17:04:37 -0400 Subject: Update openrc init scripts urls and add their depends as runtime dependencies By putting their dependencies inside their respective package() function, those deps are not installed at build, hence allowing me to build them indenpendently of openrc Signed-off-by: David P --- nonsystemd/gpm-openrc/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nonsystemd/gpm-openrc/PKGBUILD') diff --git a/nonsystemd/gpm-openrc/PKGBUILD b/nonsystemd/gpm-openrc/PKGBUILD index 55f848763..d75d1150b 100644 --- a/nonsystemd/gpm-openrc/PKGBUILD +++ b/nonsystemd/gpm-openrc/PKGBUILD @@ -1,15 +1,15 @@ -# Maintainer: artoo +# Maintainer: David P. +# Maintainer (Artix): artoo pkgname=gpm-openrc pkgver=20210505 pkgrel=2 pkgdesc="OpenRC gpm init script" arch=('any') -url="https://gitea.artixlinux.org/artixlinux/packages-openrc" +url="https://gitea.artixlinux.org/packagesG/gpm-openrc" license=('GPL2') groups=('openrc-system') provides=('init-gpm') -depends=('openrc' 'gpm') conflicts=('init-gpm') backup=('etc/conf.d/gpm') source=("gpm.confd" @@ -18,6 +18,7 @@ sha256sums=('73e7483fdc4b12ab4225a4cb13bbe7da71b07b9e69b17e3a6a4c63cb5e2287c8' 'b0a698c19a699b66375b39ad10e59a1e565c67b4c2dbf281f571d185654cf711') package() { + depends=('openrc' 'gpm') install -Dm755 "${srcdir}"/gpm.initd "${pkgdir}"/etc/init.d/gpm install -Dm755 "${srcdir}"/gpm.confd "${pkgdir}"/etc/conf.d/gpm } -- cgit v1.2.3