# Maintainer: daurnimator pkgname=lua-yue-bin pkgver=0.6.3 pkgrel=1 pkgdesc="Lua bindings to Yue: A library for creating native cross-platform GUI apps." arch=('i686' 'x86_64') url="http://libyue.com/" license=('LGPL') depends=('webkit2gtk') source=("https://github.com/yue/yue/releases/download/v${pkgver}/lua_yue_lua_5.3_v${pkgver}_linux_x64.zip") sha256sums=('58cb6f2f1128c0a7df2d401ce4e6ca2e6cd502bb0580bddd5d413268b28f4425') package() { install -D yue.so "$pkgdir"/usr/lib/lua/5.3/yue.so install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }