diff --git a/acct-group/chia/chia-0-r1.ebuild b/acct-group/chia/chia-0-r1.ebuild new file mode 100644 index 0000000..fa8e970 --- /dev/null +++ b/acct-group/chia/chia-0-r1.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=104 diff --git a/acct-user/chia/chia-0-r1.ebuild b/acct-user/chia/chia-0-r1.ebuild new file mode 100644 index 0000000..aa728d2 --- /dev/null +++ b/acct-user/chia/chia-0-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for chia" +ACCT_USER_ID=104 +ACCT_USER_GROUPS=( chia ) + +acct-user_add_deps