blob: e836172d6a598e65e6b0730cb5e4857a7e88a594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
pkgver = 1.84
pkgrel = 1
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
depends = wget
source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.84
sha256sums = f7607fe7fc37bcf14a6b6b818134f622c04e5f48ba6ce491434071d41a3dface
pkgname = imgui
|