StyLua: update to 0.15.2.
This commit is contained in:
parent
482b8c4797
commit
1c7016a58e
@ -1,21 +1,24 @@
|
|||||||
# Template file for 'StyLua'
|
# Template file for 'StyLua'
|
||||||
pkgname=StyLua
|
pkgname=StyLua
|
||||||
version=0.14.3
|
version=0.15.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if luau '--features luau')"
|
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
|
||||||
|
$(vopt_if lua54 '--features lua54') $(vopt_if luau '--features luau')"
|
||||||
short_desc="Opinionated Lua code formatter"
|
short_desc="Opinionated Lua code formatter"
|
||||||
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/JohnnyMorganz/StyLua"
|
homepage="https://github.com/JohnnyMorganz/StyLua"
|
||||||
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/v${version}.tar.gz"
|
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/v${version}.tar.gz"
|
||||||
checksum=d56d7f9ca7302047ecb5c92eb60436fcc2ee6dcb8c4b0f21d6d0f2c5461a9769
|
checksum=9a0ce0131f0fa38652f03281c54de0c6e3251e06897a53d719e78449d66e270b
|
||||||
|
|
||||||
build_options="lua52 luau"
|
build_options="lua52 lua53 lua54 luau"
|
||||||
build_options_default="lua52 luau"
|
build_options_default="lua52 lua53 lua54 luau"
|
||||||
|
|
||||||
desc_option_lua52="Enable support for Lua 5.2 syntax"
|
desc_option_lua52="Enable support for Lua 5.2 syntax"
|
||||||
|
desc_option_lua53="Enable support for Lua 5.3 syntax"
|
||||||
|
desc_option_lua54="Enable support for Lua 5.4 syntax"
|
||||||
desc_option_luau="Enable support for Luau syntax"
|
desc_option_luau="Enable support for Luau syntax"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user