2 changed files with 24 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
# Maintainer: Nathan <ndowens@artixlinux.org> |
||||
|
||||
pkgname=ananicy-dinit |
||||
pkgver=20211108 |
||||
pkgrel=1 |
||||
pkgdesc="dinit service scripts for ananicy" |
||||
arch=('any') |
||||
url="https://artixlinux.org" |
||||
license=('BSD') |
||||
groups=('dinit-galaxy') |
||||
depends=('ananicy' 'dinit') |
||||
conflicts=('init-ananicy') |
||||
provides=('init-ananicy') |
||||
source=("ananicy") |
||||
sha256sums=('5230b000b3f4ab673f1a9585a3a840bae603aca5cd8fd94229d96db1187dfeab') |
||||
|
||||
package() { |
||||
install -Dm644 ananicy -t "$pkgdir"/etc/dinit.d |
||||
} |
Loading…
Reference in new issue