app-eselect/eselect-PlusServerConfig - 1 (Systole)

Search

Package Information

Description:
Eselect module for managing PlusServer configuration files
Homepage:
https://github.com/SystoleOS
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright @ 2019-2023 Oslo University Hospital
# Distributed under the terms of the BSD 3 Clause License

EAPI=7

DESCRIPTION="Eselect module for managing PlusServer configuration files"
HOMEPAGE="https://github.com/SystoleOS"
SRC_URI=""

LICENSE="BSD"
SLOT="0"
if [[ ${PV} != *9999* ]]; then
	KEYWORDS="~amd64 ~x86"
fi

S="${WORKDIR}"

src_unpack() {
	cp "${FILESDIR}/PlusServerConfig.eselect" "${S}/"
}

src_install() {
	insinto /usr/share/eselect/modules/
	newins "${FILESDIR}"/PlusServerConfig.eselect PlusServerConfig.eselect
}