Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/ergo/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'ergo'
pkgname=ergo
version=2.17.0
version=2.18.0
revision=1
build_style=go
go_import_path="github.com/ergochat/ergo"
go_build_tags="i18n mysql postgresql sqlite"
go_ldflags="-X main.version=$version"
short_desc="Modern IRC server with integrated bouncer features and services"
maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
license="MIT"
homepage="https://ergo.chat/"
changelog="https://raw.githubusercontent.com/ergochat/ergo/master/CHANGELOG.md"
distfiles="https://github.com/ergochat/ergo/archive/v${version}.tar.gz"
checksum=bfda2be82aa133ddd7a03c2121d6807c8a1b9f5c055f0bbb90451baa2a249ce4
checksum=5dafcdc9b1eaed0273d54dc274a050d983f79057fbc529af0c52704b1a540680
system_accounts="_ergo"
_ergo_homedir="/var/lib/ergo"
make_dirs="/var/lib/ergo 0755 _ergo _ergo"
Expand Down