mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
Revert "Fix ebuilds and metadata: follow Gentoo conventions"
This reverts commit ee848af506.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -7,18 +7,25 @@ inherit cmake
|
||||
|
||||
DESCRIPTION="Fast system information display utility with modular customizable features"
|
||||
HOMEPAGE="https://github.com/techoraye/metetch"
|
||||
SRC_URI="https://github.com/techoraye/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/techoraye/metetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
net-misc/curl
|
||||
sys-libs/ncurses:=
|
||||
net-misc/curl
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-libs/glibc
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
@@ -29,5 +36,8 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
# Install license
|
||||
einstalldocs
|
||||
}
|
||||
newdoc LICENSE LICENSE.MIT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user