This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/debian/control

42 lines
1.1 KiB
Plaintext

Source: greenlight
Maintainer: Max Erenberg <merenber@csclub.uwaterloo.ca>
Section: misc
Priority: optional
Standards-Version: 3.9.7
Build-Depends:
debhelper (>= 9),
build-essential (>= 12.1),
libcurl4-gnutls-dev,
ruby2.7,
ruby2.7-dev,
libpq-dev (>= 9.5),
libsqlite3-dev,
libyaml-dev (>= 0.1.6),
zlib1g-dev (>= 1:1.2),
zlib1g-dev (<< 1:1.3)
Package: greenlight
Architecture: amd64
Depends:
${shlibs:Depends},
${misc:Depends},
libcurl3-gnutls,
ruby2.7,
libpq5,
libsqlite3-0,
libyaml-0-2,
zlib1g (>= 1:1.2),
zlib1g (<< 1:1.3),
tzdata,
nodejs (>= 14),
nodejs (<< 15),
npm
Description: simple end-user interface for BigBlueButton
Greenlight is a simple front-end interface for your BigBlueButton server.
At its heart, Greenlight provides a minimalistic web-based application that allows users to:
* Signup/Login with Google, Office365, OpenID Connect, or through the application itself.
* Manage your account settings and user preferences.
* Create and manage your own personal rooms (BigBlueButton sessions).
* Invite others to your room using a simple URL.
* View recordings and share them with others.