diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /acct-group/unifi | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'acct-group/unifi')
| -rw-r--r-- | acct-group/unifi/metadata.xml | 19 | ||||
| -rw-r--r-- | acct-group/unifi/unifi-0.ebuild | 10 |
2 files changed, 29 insertions, 0 deletions
diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml new file mode 100644 index 000000000000..c23dc266a00a --- /dev/null +++ b/acct-group/unifi/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bkohler@gentoo.org</email> + <name>Ben Kohler</name> + </maintainer> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + UniFi is a management controller software for Ubiquiti UniFi APs. + It's purpose is to configure and monitor all those APs. + Also all kind of statistics are collected, which can be accessed through UniFi. + There is also an internal RADIUS server, which can be used for WPA2-Enterprise. + </longdescription> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild new file mode 100644 index 000000000000..c95cd4f4b1b4 --- /dev/null +++ b/acct-group/unifi/unifi-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the UniFi controller" + +ACCT_GROUP_ID="113" |
