1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
5 inherit xdg qmake-utils
7 DESCRIPTION
="A lightweight yet powerful C/C++/GNU Assembly IDE."
8 HOMEPAGE
="https://royqh.net/redpandacpp"
9 SRC_URI
="https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/${MY_PV}.tar.gz -> redpanda-cpp-${PV}.tar.gz"
21 dev-qt/qtprintsupport:5
24 S
="${WORKDIR}/RedPanda-CPP-${PV}"
26 OPTIONS
="PREFIX=/usr LIBEXECDIR=/usr/libexec XDG_ADAPTIVE_ICON=ON"
27 eqmake5
${OPTIONS} Red_Panda_CPP.pro
31 emake INSTALL_ROOT
="${ED}" install