void-packages/srcpkgs/StyLua/template
2021-11-16 09:15:33 -03:00

23 lines
792 B
Bash

# Template file for 'StyLua'
pkgname=StyLua
version=0.11.2
revision=1
build_style=cargo
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if luau '--features luau')"
short_desc="Opinionated Lua code formatter"
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
license="MPL-2.0"
homepage="https://github.com/JohnnyMorganz/StyLua"
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/master/CHANGELOG.md"
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/v${version}.tar.gz"
checksum=e870551aab62194b92fcb73607c7b7f6e4a41ad75a64e67f18e5ce0a6c608573
build_options="lua52 luau"
build_options_default="lua52 luau"
desc_option_lua52="Enable support for Lua 5.2 syntax"
desc_option_luau="Enable support for Luau syntax"
post_install() {
vlicense LICENSE.md
}