_pkgname=glualint pkgname=${_pkgname}-bin pkgver=1.24.3 pkgrel=1 pkgdesc="Linter for Garry's mod Lua." arch=('x86_64') _githubrepo="https://github.com/FPtje/GLuaFixer" url=${_githubrepo} license=('LGPL2.1') source=("${_githubrepo}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-linux.zip") sha256sums=('076b13cf6bceb77d324af781511c05dc2b38265b2262719e8a97eb801bd3ffbc') package() { install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}" }