summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c3c09b3534b75df57f27b61a0cd2ea019efcdfdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
pkgver=0.7.5.75
pkgrel=1
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=('35632ca574cbc1e8ecefa3e5d324f5ad3f28039cdda7edf3122eee751c17b575')

package() {
	install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"
}