Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: galene-0.7.2. #46236

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions srcpkgs/galene/files/galene/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

classabbyamp marked this conversation as resolved.
Show resolved Hide resolved
exec 2>&1

[ -r conf ] && . ./conf
if [ "$#" = 0 ] ; then
set -- -data /var/lib/galene -groups /etc/galene -static /usr/share/galene/static
fi
exec chpst -u _galene /usr/bin/galene "$@"
22 changes: 22 additions & 0 deletions srcpkgs/galene/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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
}
Loading