19 lines
609 B
Bash
19 lines
609 B
Bash
|
# 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
|
||
|
}
|