Skip to content

Commit

Permalink
soju: update to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Mar 22, 2023
1 parent db6f3fc commit 288dace
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions srcpkgs/soju/template
@@ -1,26 +1,30 @@
# Template file for 'soju'
pkgname=soju
version=0.5.2
version=0.6.0
revision=1
build_style=go
go_import_path="git.sr.ht/~emersion/soju"
go_package="./cmd/soju ./cmd/sojuctl"
go_package="./cmd/soju ./cmd/sojuctl ./cmd/sojudb"
go_build_tags="libsqlite3"
hostmakedepends="scdoc"
makedepends="sqlite-devel"
short_desc="User-friendly IRC bouncer"
maintainer="flupe <lucas@escot.me>"
license="AGPL-3.0-or-later"
homepage="https://soju.im"
changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
conf_files="/etc/soju/config"
system_accounts="_soju"
make_dirs="/var/db/soju 0750 _soju _soju
/var/log/soju 0750 _soju _soju"

post_install() {
scdoc <doc/soju.1.scd >doc/soju.1
vman doc/soju.1
for f in soju.1 sojuctl.1; do
scdoc <doc/$f.scd >doc/$f
vman doc/$f
done
vlicense LICENSE
vinstall $FILESDIR/config 644 etc/soju
vdoc $FILESDIR/README.voidlinux
Expand Down

0 comments on commit 288dace

Please sign in to comment.