diff options
Diffstat (limited to 'acct-user')
| -rw-r--r-- | acct-user/xray/metadata.xml | 10 | ||||
| -rw-r--r-- | acct-user/xray/xray-0.ebuild | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/acct-user/xray/metadata.xml b/acct-user/xray/metadata.xml new file mode 100644 index 000000000000..d0cdfbcd06f8 --- /dev/null +++ b/acct-user/xray/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>alexander@tsoy.me</email> + <name>Alexander Tsoy</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/acct-user/xray/xray-0.ebuild b/acct-user/xray/xray-0.ebuild new file mode 100644 index 000000000000..da7ec6278df4 --- /dev/null +++ b/acct-user/xray/xray-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for net-misc/xray-core" + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( ${PN} ) + +acct-user_add_deps |
