mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
24 lines
810 B
Plaintext
24 lines
810 B
Plaintext
# Contributor: Grigory Kirillov <txgk@bk.ru>
|
|
# Maintainer:
|
|
pkgname=nuklear
|
|
pkgver=4.10.5
|
|
pkgrel=1
|
|
pkgdesc="A single-header ANSI C cross-platform GUI library"
|
|
url="https://immediate-mode-ui.github.io/Nuklear"
|
|
arch="noarch"
|
|
license="MIT"
|
|
options="!check" # no test suite
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/Immediate-Mode-UI/Nuklear/archive/refs/tags/$pkgver.tar.gz"
|
|
builddir="$srcdir/Nuklear-$pkgver"
|
|
|
|
package() {
|
|
install -Dm644 nuklear.h -t "$pkgdir"/usr/include
|
|
install -Dm644 Readme.md -t "$pkgdir"/usr/share/doc/"$pkgname"
|
|
install -Dm644 doc/index.html -t "$pkgdir"/usr/share/doc/"$pkgname"
|
|
}
|
|
|
|
sha512sums="
|
|
3bdc01ee6666a83e804915e616bd3853a17a6b4bf33220ce3a9ca6a7fef1c380717bff788cf4540a22d6476ca69583805d7da67bb52a10f75176e8afe7d07729 nuklear-4.10.5.tar.gz
|
|
"
|