myov-mainstation-meta-0-r5myov
download
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Meta package for server/workstation with a feeling of a mainframe"
HOMEPAGE="https://gitlab.com/xgqt/myov/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gui +postgres +server"
RESTRICT="bindist"
RDEPEND="
app-antivirus/clamav
app-containers/incus
app-emulation/qemu
app-misc/mc
app-misc/uptimed
dev-lang/bas
dev-lang/quickjs
dev-util/0xtools
dev-util/perf
net-firewall/firewalld[gui?]
net-misc/rclone
sys-fs/btrfs-progs
|| (
dev-lang/oorexx
dev-lang/regina-rexx
)
gui? (
app-antivirus/clamtk
|| (
games-emulation/dosbox-staging
games-emulation/dosbox
)
)
postgres? (
dev-db/pg_top
dev-db/phppgadmin
)
server? (
dev-lang/php[apache2]
www-apps/phpsysinfo
)
"