Skip to content

Commit

Permalink
games-server/mednafen-server: EAPI8 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
mm1ke authored and ionenwks committed May 17, 2024
1 parent d09ffa7 commit 0e57a8f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions games-server/mednafen-server/mednafen-server-0.5.2-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Server for Mednafen emulator"
HOMEPAGE="https://mednafen.github.io/releases/"
SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
default

mv standard.conf standard.conf.example || die
mv run.sh run.sh.example || die
}

src_install() {
dobin src/${PN}
dodoc README *.example
}

pkg_postinst() {
einfo "Example config file and run file can be found in"
einfo "/usr/share/doc/${PF}/"
}

0 comments on commit 0e57a8f

Please sign in to comment.