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