aboutsummaryrefslogtreecommitdiff
blob: 239f915ed7f9e73586d9761b637b759ff169e831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Bloat-free graphical user interface library for C++"
HOMEPAGE="https://github.com/simoncblyth/imgui"
SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="media-libs/glew:0"
DEPEND="${RDEPEND}"

src_install() {
	insinto "/usr/include/${PN}"
	doins *.h
	insinto "/usr/include/${PN}/backend"
	doins backends/*.h
}