# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake xdg DESCRIPTION="A simple Qt based mod manager" HOMEPAGE="https://github.com/limo-app/limo/" SRC_URI=" https://github.com/limo-app/limo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="GPL-3" SLOT="0" # no keywords on purpose IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" app-arch/libarchive:= app-arch/lz4:= app-arch/unrar:= app-arch/zstd:= dev-cpp/cpr