version bump www-apps/gitea-1.9.4

This commit is contained in:
Micha Glave
2019-10-11 16:12:40 +02:00
parent 10a9814fee
commit e0a5d5f965
7 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Gitea configuration
GITEA_CONF="/etc/gitea/app.ini"
# Gitea user
GITEA_USER="git"
# Gitea group
GITEA_GROUP="git"
# Gitea working directory
GITEA_WORK_DIR="/var/lib/gitea"
# Gitea custom directory
GITEA_CUSTOM="${GITEA_WORK_DIR}/custom"