mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lite-xl: update to 2.1.2
This commit is contained in:
parent
9174cb3338
commit
fd9c2d3288
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'lite-xl'
|
# Template file for 'lite-xl'
|
||||||
pkgname=lite-xl
|
pkgname=lite-xl
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # garbage software
|
archs="x86_64* i686* aarch64* arm*" # garbage software
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
configure_args="-Duse_system_lua=true"
|
||||||
hostmakedepends="pkg-config lua54"
|
hostmakedepends="pkg-config lua54"
|
||||||
makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
|
makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
|
||||||
short_desc="Lightweight text editor written in Lua"
|
short_desc="Lightweight text editor written in Lua"
|
||||||
|
@ -12,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://lite-xl.com/"
|
homepage="https://lite-xl.com/"
|
||||||
changelog="https://github.com/lite-xl/lite-xl/raw/master/changelog.md"
|
changelog="https://github.com/lite-xl/lite-xl/raw/master/changelog.md"
|
||||||
distfiles="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=75c0cbda2d34a88e86d3aa48abe9f0366093df3019796c03067a7594cc55abe6
|
checksum=0ad5acbdc7a08f771386283f40f967c87a1d002bc5232ca78af2aa4fdb7bf38b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue