_pkgname=glualint pkgname=${_pkgname}-bin pkgver=1.22.0 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}-linux.zip") sha256sums=('07fd96015fcd858f62b29237727a5db39ed1b522d8bce74c1182f9935ffbc0e3') package() { install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}" }