makedeb


stylua-bin 1:0.19.1-1


An opinionated code formatter for Lua, written in Rust (binary release)

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for stylua-bin.

# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=stylua-bin
pkgver=0.19.1
pkgrel=1
epoch=1
pkgdesc="An opinionated code formatter for Lua, written in Rust (binary release)"
arch=('amd64')
url="https://github.com/JohnnyMorganz/StyLua"
license=('MIT')
provides=('stylua')
conflicts=('stylua')
extensions=('zipman')
source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux.zip")
sha256sums=('3abbe666c00833b14dbb165ba350d1f4585e75398324370ef0326a18e9be12a5')

package() {
    cd "${srcdir}"
    install -Dm755 "stylua" "${pkgdir}/usr/bin/stylua"
}