summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ce2eef7bbf83774e5c6dcd87ea93647464720419 (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.8.3.93
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' 'libcurl-gnutls' 'gst-plugins-base-libs')
source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
sha256sums=('7b5eabfda0251574218e2c6341da15b2f0056539de9760bec41c6f6a815feb82')

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