6 changed files with 122 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
Copyright (c) 2021 ndowens <ndowens@artixlinux.org> and |
||||
Artix Linux team. All rights reserved. |
||||
|
||||
Redistribution and use in source and binary forms, with or without |
||||
modification, are permitted provided that the following conditions |
||||
are met: |
||||
|
||||
1. Redistributions of source code must retain the above copyright |
||||
notice, this list of conditions and the following disclaimer. |
||||
2. Redistributions in binary form must reproduce the above copyright |
||||
notice, this list of conditions and the following disclaimer in the |
||||
documentation and/or other materials provided with the distribution. |
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
||||
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
||||
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
||||
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
||||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
||||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
@ -0,0 +1,22 @@
|
||||
# Maintainer: Nathan Owens <ndowens@artixlinux.org> |
||||
pkgname=znc-suite66 |
||||
pkgver=20210705 |
||||
pkgrel=1 |
||||
pkgdesc="66 script for znc" |
||||
arch=('any') |
||||
url="https://gitea.artixlinux.org/artixlinux/packages-suite66" |
||||
license=('custom:BSD-2-Clause') |
||||
groups=('suite66-galaxy') |
||||
depends=('suite66-base' 'znc') |
||||
provides=('init-znc') |
||||
conflicts=('init-znc') |
||||
replaces=(znc-66) |
||||
source=('LICENSE' 'znc') |
||||
sha256sums=('1cdad47fbcbec87e892ead31b98b01d537d288dc9431ba1f1b39b07b8c11cde2' |
||||
'd5ff408c52756029bf5579ea9b79a8625f20c9c779128a6f625466a10fd9c2f4') |
||||
|
||||
package() { |
||||
cd "$srcdir" |
||||
install -Dm644 znc -t "$pkgdir"/etc/66/service |
||||
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/${pkgname} |
||||
} |
@ -0,0 +1,15 @@
|
||||
[main] |
||||
@type = classic |
||||
@version = 0.0.1 |
||||
@description = "IRC bouncer daemon" |
||||
@user = ( root ) |
||||
|
||||
[start] |
||||
@runas = znc |
||||
@execute = |
||||
( |
||||
execl-cmdline -s { znc -f -d $datadir } |
||||
) |
||||
|
||||
[environment] |
||||
datadir=!/var/lib/znc |
@ -0,0 +1,24 @@
|
||||
Copyright (c) 2021 ndowens <ndowens@artixlinux.org> and |
||||
Artix Linux team. All rights reserved. |
||||
|
||||
Redistribution and use in source and binary forms, with or without |
||||
modification, are permitted provided that the following conditions |
||||
are met: |
||||
|
||||
1. Redistributions of source code must retain the above copyright |
||||
notice, this list of conditions and the following disclaimer. |
||||
2. Redistributions in binary form must reproduce the above copyright |
||||
notice, this list of conditions and the following disclaimer in the |
||||
documentation and/or other materials provided with the distribution. |
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
||||
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
||||
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
||||
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
||||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
||||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
@ -0,0 +1,22 @@
|
||||
# Maintainer: Nathan Owens <ndowens@artixlinux.org> |
||||
pkgname=znc-suite66 |
||||
pkgver=20210705 |
||||
pkgrel=1 |
||||
pkgdesc="66 script for znc" |
||||
arch=('any') |
||||
url="https://gitea.artixlinux.org/artixlinux/packages-suite66" |
||||
license=('custom:BSD-2-Clause') |
||||
groups=('suite66-galaxy') |
||||
depends=('suite66-base' 'znc') |
||||
provides=('init-znc') |
||||
conflicts=('init-znc') |
||||
replaces=(znc-66) |
||||
source=('LICENSE' 'znc') |
||||
sha256sums=('1cdad47fbcbec87e892ead31b98b01d537d288dc9431ba1f1b39b07b8c11cde2' |
||||
'd5ff408c52756029bf5579ea9b79a8625f20c9c779128a6f625466a10fd9c2f4') |
||||
|
||||
package() { |
||||
cd "$srcdir" |
||||
install -Dm644 znc -t "$pkgdir"/etc/66/service |
||||
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/${pkgname} |
||||
} |
Loading…
Reference in new issue