21 lines
703 B
Bash
21 lines
703 B
Bash
# Template file for 'lite-xl'
|
|
pkgname=lite-xl
|
|
version=2.1.3
|
|
revision=1
|
|
archs="x86_64* i686* aarch64* arm*" # garbage software
|
|
build_style=meson
|
|
configure_args="-Duse_system_lua=true"
|
|
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=a13c423588a5549e42fda7dfe9064bd3776b6202c170c7bb493d96a692360383
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|