# Maintainer: Sol Bekic pkgname=kodelife pkgver=0.7.5.75 pkgrel=2 pkgdesc='Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad' url='https://hexler.net/software/kodelife' license=('unknown') arch=('x86_64') depends=('alsa-lib' 'libglvnd' 'libxcursor' 'libxinerama' 'libxrandr' 'libcurl-gnutls') source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip") sha256sums=('7603ea2f9a0b9464ca2b7dbfb14f9fd120a67deb8aff7ae3da600ab03e41b1a3') package() { install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife" }