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
|
||||
}
|
14
metadata/md5-cache/games-mud/mudlet-4.19.0
Normal file
14
metadata/md5-cache/games-mud/mudlet-4.19.0
Normal file
|
@ -0,0 +1,14 @@
|
|||
BDEPEND=dev-libs/libzip virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-libs/libzip
|
||||
DESCRIPTION=A cross-platform, open source, and super fast MUD client with scripting in Lua
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mudlet.org
|
||||
INHERIT=git-r3 cmake
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=GPL-2.0
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/libzip
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=c591a6985072560636519c1f2379f40d
|
Loading…
Add table
Reference in a new issue