Add www-apps/healthchecks and its dependencies:
www-apps/healthchecks dev-python/statsd dev-python/requests-oauthlib dev-python/oauthlib dev-python/fido2 dev-python/cron-descriptor dev-python/apprise
This commit is contained in:
parent
3ec318fe9c
commit
4bf6278ce0
12 changed files with 371 additions and 0 deletions
14
acct-user/healthchecks/healthchecks-0.ebuild
Normal file
14
acct-user/healthchecks/healthchecks-0.ebuild
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="A user for Healthchecks.io"
|
||||
|
||||
ACCT_USER_GROUPS=( "${PN}" )
|
||||
ACCT_USER_HOME="/var/lib/${PN}"
|
||||
ACCT_USER_ID="-1"
|
||||
|
||||
acct-user_add_deps
|
Loading…
Add table
Add a link
Reference in a new issue