1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION
="Resources monitor. The C++ version of bashtop"
8 HOMEPAGE
="https://github.com/aristocratos/btop"
9 SRC_URI
="https://github.com/aristocratos/btop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 KEYWORDS
="~amd64 ~x86"
23 S
="${WORKDIR}/${PN}-${PV}"
27 # btop installs README.md to /usr/share/btop by default
28 sed -i 's/^.*cp -p README.md.*$//' Makefile || die
32 # Disable btop optimization flags, since we have our flags in CXXFLAGS
39 PREFIX
="${EPREFIX}/usr" \
43 dodoc README.md CHANGELOG.md