23 lines
638 B
Bash
23 lines
638 B
Bash
# Template file for 'galene'
|
|
pkgname=galene
|
|
version=0.7.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/jech/galene
|
|
short_desc="Galene videoconference server"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://galene.org"
|
|
distfiles="https://github.com/jech/galene/archive/refs/tags/galene-$version.tar.gz"
|
|
checksum=d238d862d84b5126762cc82aaeb249eb9c55e96f241050d5e7158a264ae4f0fb
|
|
system_accounts="_galene"
|
|
make_dirs="/etc/galene/ 0750 root _galene
|
|
/var/lib/galene 0750 _galene _galene"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
vmkdir usr/share/galene/
|
|
vcopy static usr/share/galene/
|
|
vsv galene
|
|
}
|