mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-cpp/indicators: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
23
dev-cpp/indicators/indicators-2.2.ebuild
Normal file
23
dev-cpp/indicators/indicators-2.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Activity indicators for modern C++"
|
||||
HOMEPAGE="https://github.com/p-ranav/indicators"
|
||||
SRC_URI="https://github.com/p-ranav/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
rm -r "${ED}"/usr/share/licenses || die
|
||||
|
||||
docompress -x /usr/share/doc/${PF}/samples
|
||||
use examples && dodoc -r demo samples
|
||||
}
|
||||
Reference in New Issue
Block a user