4 changed files with 16 additions and 86 deletions
@ -1,76 +0,0 @@
|
||||
# Maintainer: artoo <artoo@artixlinux.org> |
||||
# Contributor: nous <nous@artixlinux.org> |
||||
# Contributor: dudemanguy <dudemanguy@artixlinux.org> |
||||
|
||||
pkgbase=live-services |
||||
pkgname=('artix-live-base' |
||||
'artix-live-openrc' |
||||
'artix-live-runit' |
||||
'artix-live-s6' |
||||
'artix-live-66') |
||||
pkgver=0.10.2 |
||||
pkgrel=1 |
||||
pkgdesc='Artix live session' |
||||
arch=('any') |
||||
url="https://gitea.artixlinux.org/artix/live-services" |
||||
license=('GPL') |
||||
makedepends=('git') |
||||
# Build a commit point |
||||
_commit=aa58c995ebbf4005ffe1d1043e5676670681999c # pre-0.11 |
||||
source=("git+$url.git#commit=$_commit") |
||||
# source=("${pkgbase}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") |
||||
sha256sums=('SKIP') |
||||
|
||||
build() { |
||||
cd ${pkgbase} |
||||
make |
||||
} |
||||
|
||||
package_artix-live-base() { |
||||
pkgdesc='Artix live base scripts' |
||||
depends=('artools-base') |
||||
|
||||
cd ${pkgbase} |
||||
make DESTDIR=${pkgdir} install_base install_xdg |
||||
} |
||||
|
||||
package_artix-live-openrc() { |
||||
pkgdesc='Artix live openrc init scripts' |
||||
depends=('openrc' 'artix-live-base') |
||||
|
||||
cd ${pkgbase} |
||||
make DESTDIR=${pkgdir} install_rc |
||||
|
||||
install -d "${pkgdir}"/etc/runlevels/default |
||||
ln -sf /etc/init.d/pacman-init "${pkgdir}"/etc/runlevels/default/pacman-init |
||||
ln -sf /etc/init.d/artix-live "${pkgdir}"/etc/runlevels/default/artix-live |
||||
} |
||||
|
||||
package_artix-live-runit() { |
||||
pkgdesc='Artix live runit init scripts' |
||||
depends=('runit' 'artix-live-base') |
||||
|
||||
cd ${pkgbase} |
||||
make DESTDIR=${pkgdir} install_runit |
||||
|
||||
install -d "${pkgdir}"/etc/runit/runsvdir/default |
||||
ln -sf /etc/runit/sv/pacman-init "${pkgdir}"/etc/runit/runsvdir/default/pacman-init |
||||
} |
||||
|
||||
package_artix-live-s6() { |
||||
pkgdesc='Artix live s6 init scripts' |
||||
depends=('s6' 'artix-live-base') |
||||
install=live-s6.install |
||||
|
||||
cd ${pkgbase} |
||||
make DESTDIR=${pkgdir} install_s6 |
||||
} |
||||
|
||||
package_artix-live-66() { |
||||
pkgdesc='Artix live 66 init scripts' |
||||
depends=('suite66' 'artix-live-base' 'suite66-scripts') |
||||
install=live-66.install |
||||
|
||||
cd ${pkgbase} |
||||
make DESTDIR=${pkgdir} install_66 |
||||
} |
Loading…
Reference in new issue