_basename=xboxdrv pkgname=${_basename}-runit pkgver=20201018 pkgrel=1 pkgdesc="runit service scripts for ${_basename}" arch=('any') url="https://artixlinux.org" license=('BSD') # Note: While this PKGBUILD is licensed under BSD-3 terms, all of the # included runscript should follow it's main package's licenses. depends=("${_basename}") conflicts=('systemd-sysvcompat') source=("${_basename}.run") sha256sums=('d99da80e5bda25fd1ff14b64d835d231691fe5e9e491726d87332a6f83e8fc17') package() { install -Dm755 "$srcdir/${_basename}.run" "$pkgdir/etc/runit/sv/${_basename}/run" }