diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-19 13:59:36 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-25 15:13:49 +0100 |
commit | 5f0bf002e4307ef6202fbbf0586454f99a32ab18 (patch) | |
tree | 432ef2f83508826ce211113d545e108a736ad212 /acct-user/monero | |
parent | sys-firmware/gnuk: Version bump (diff) | |
download | portage-5f0bf002e4307ef6202fbbf0586454f99a32ab18.tar.xz |
net-p2p/monero: support python 3.8, move to glep81
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'acct-user/monero')
-rw-r--r-- | acct-user/monero/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/monero/monero-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/monero/metadata.xml b/acct-user/monero/metadata.xml new file mode 100644 index 00000000..de37e444 --- /dev/null +++ b/acct-user/monero/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bertrand@jacquin.bzh</email> + <name>Bertrand Jacquin</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/monero/monero-0.ebuild b/acct-user/monero/monero-0.ebuild new file mode 100644 index 00000000..768d501d --- /dev/null +++ b/acct-user/monero/monero-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="User for monero" +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( monero ) +ACCT_USER_HOME=/var/lib/monero + +acct-user_add_deps |