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.
22 lines
632 B
22 lines
632 B
# Maintainer: Dudemanguy <dudemanguy@artixlinux.org> |
|
# Contributor: Nathan Owens <ndowens@artixlinux.org> |
|
pkgname=znc-s6 |
|
pkgver=20210919 |
|
pkgrel=1 |
|
pkgdesc="s6-rc service scripts for znc" |
|
arch=('any') |
|
url="https://gitea.artixlinux.org/artix/s6-services" |
|
groups=('s6-galaxy') |
|
provides=('init-znc') |
|
conflicts=('init-znc') |
|
depends=('znc' 's6-base') |
|
makedepends=('git') |
|
backup=('etc/s6/config/znc.conf') |
|
_commit=f8db772e97393417271f286a3c9dc136d25a959c |
|
source=("git+https://gitea.artixlinux.org/artix/s6-services.git#commit=$_commit") |
|
sha256sums=('SKIP') |
|
|
|
package() { |
|
cd "${srcdir}"/s6-services |
|
sh install.sh "znc" "${pkgdir}" |
|
}
|
|
|