mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
*/*: Added www-apps/libmedium, acct-group/libmedium, acct-user/libmedium
Those packages that I created install correctly for me with current Portage. Feel free to fix them if they don't install at all or if you think they need some improvement. www-apps/libmedium might require proper logging and a SystemD service. Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
This commit is contained in:
13
acct-user/libmedium/libmedium-0.ebuild
Normal file
13
acct-user/libmedium/libmedium-0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="An user for www-apps/libmedium"
|
||||
ACCT_USER_ID=-1
|
||||
ACCT_USER_GROUPS=( libmedium )
|
||||
ACCT_USER_HOME="/var/cache/${PN}"
|
||||
acct-user_add_deps
|
||||
SLOT="0"
|
||||
Reference in New Issue
Block a user