Add ngircd controller

This commit is contained in:
2021-09-05 17:16:13 +02:00
committed by Val Lorentz
parent 50b253fda8
commit 3630a25c11
14 changed files with 509 additions and 23 deletions

View File

@ -204,6 +204,24 @@ software:
make -j 4
make install
ngircd:
name: ngircd
repository: ngircd/ngircd
refs:
stable: rel-26.1
release: null
devel: master
devel_release: null
path: ngircd
prefix: ~/.local/
separate_build_job: true
build_script: |
cd $GITHUB_WORKSPACE/ngircd
./autogen.sh
./configure --prefix=$HOME/.local/
make -j 4
make install
snircd:
name: snircd
repository: quakenet/snircd
@ -314,6 +332,15 @@ tests:
inspircd-anope:
software: [inspircd, anope]
ngircd:
software: [ngircd]
ngircd-atheme:
software: [ngircd]
ngircd-anope:
software: [ngircd, anope]
plexus4:
software: [plexus4, anope]