New package: lite-xl-2.1.0

This commit is contained in:
Marcin Puc 2022-11-03 13:01:52 +01:00 committed by classabbyamp
parent bcbc9951ff
commit 194af0f4b8
1 changed files with 18 additions and 0 deletions

18
srcpkgs/lite-xl/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'lite-xl'
pkgname=lite-xl
version=2.1.0
revision=1
build_style=meson
hostmakedepends="pkg-config lua54"
makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
short_desc="Lightweight text editor written in Lua"
maintainer="Dakota Richline <drichline@protonmail.com>"
license="MIT"
homepage="https://lite-xl.com/"
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"
checksum=761d390d0ef2706eeed1c685211d8ff5ce63dacd51d561e56c7e0f7ec0e7ea62
post_install() {
vlicense LICENSE
}