summaryrefslogtreecommitdiff
path: root/app-admin/foundry/foundry-0.4.0.ebuild
blob: 09296a237ea3f716a2c8e4b4231edd4eea1a46b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2026 Srcux Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
DESCRIPTION="Named Gentoo system creation and build workflows"
HOMEPAGE="https://srcux.com/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}"
RDEPEND="~app-admin/osforge-${PV}"

src_install() {
	:
}

pkg_postinst() {
	elog "Run foundry help for the system workflow."
	elog "This transition package retains osforge and the osforged OpenRC service."
}