You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
467 B
19 lines
467 B
# 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 |
|
}
|
|
|