summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-27 14:23:41 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-27 15:11:17 -0500
commit86599950b46e94e73c77fd765610bfde52a9b4d9 (patch)
tree338c0f35ccb597e9a4093bbafb26d1984b1ecbe6 /acct-user/cgit/cgit-0.ebuild
parentapp-emulation/snapd: don't set CGO_LDFLAGS (diff)
downloadgentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.tar.gz
gentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.tar.bz2
gentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.zip
acct-user/cgit: initial commit
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'acct-user/cgit/cgit-0.ebuild')
-rw-r--r--acct-user/cgit/cgit-0.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/cgit/cgit-0.ebuild b/acct-user/cgit/cgit-0.ebuild
new file mode 100644
index 000000000000..5f8c9f85490a
--- /dev/null
+++ b/acct-user/cgit/cgit-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="a fast web-interface for git repositories"
+
+ACCT_USER_ID=197
+ACCT_USER_GROUPS=( cgit )
+
+acct-user_add_deps