2 changed files with 2 additions and 53 deletions
@ -1,51 +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') |
||||
pkgver=0.9.2 |
||||
pkgrel=1 |
||||
pkgdesc='Artix live session' |
||||
arch=('any') |
||||
url="https://gitea.artixlinux.org/artix/live-services" |
||||
license=('GPL') |
||||
makedepends=('git') |
||||
_commit=b0accd6320c35ea5ffcb2e9f48426d7be14c2d63 # tag/0.9 |
||||
source=("git+$url.git#commit=$_commit") |
||||
sha256sums=('SKIP') |
||||
|
||||
package_artix-live-base() { |
||||
pkgdesc='Artix live base scripts' |
||||
depends=("artools-base>=${pkgver}") |
||||
|
||||
cd ${pkgbase} #-${pkgver} |
||||
make DESTDIR=${pkgdir} install_base install_xdg |
||||
} |
||||
|
||||
package_artix-live-openrc() { |
||||
pkgdesc='Artix live openrc init scripts' |
||||
depends=('openrc' 'artix-live-base') |
||||
|
||||
cd ${pkgbase} #-${pkgver} |
||||
make DESTDIR=${pkgdir} install_rc |
||||
} |
||||
|
||||
package_artix-live-runit() { |
||||
pkgdesc='Artix live runit init scripts' |
||||
depends=('runit' 'artix-live-base') |
||||
|
||||
cd ${pkgbase} #-${pkgver} |
||||
make DESTDIR=${pkgdir} install_runit |
||||
} |
||||
|
||||
package_artix-live-s6() { |
||||
pkgdesc='Artix live s6 init scripts' |
||||
depends=('s6' 'artix-live-base') |
||||
|
||||
cd ${pkgbase} #-${pkgver} |
||||
make DESTDIR=${pkgdir} install_s6 |
||||
} |
Loading…
Reference in new issue