games-mud/mudlet: add broken ebuild
This commit is contained in:
parent
690f8675ac
commit
462e2b33d7
2 changed files with 45 additions and 0 deletions
31
games-mud/mudlet/mudlet-4.19.0.ebuild
Normal file
31
games-mud/mudlet/mudlet-4.19.0.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 cmake
|
||||
|
||||
DESCRIPTION="A cross-platform, open source, and super fast MUD client with scripting in Lua"
|
||||
HOMEPAGE="https://mudlet.org"
|
||||
EGIT_REPO_URI="https://github.com/Mudlet/Mudlet.git"
|
||||
EGIT_COMMIT="342da0b52dc60867e615cc10a58e1c84e037c596"
|
||||
|
||||
S="${WORKDIR}/mudlet-4.19.0"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libzip
|
||||
dev-lang/lua:5.1
|
||||
dev-qt/qtbase:6
|
||||
dev-libs/pugixml
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
LICENSE="GPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
src_configure() {
|
||||
CMAKE_INSTALL_LIBDIR = $(get_libdir)
|
||||
cmake_src_configure
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue