22 lines
517 B
Bash
22 lines
517 B
Bash
# Template file for 'mle'
|
|
pkgname=mle
|
|
version=1.7.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="libtool"
|
|
makedepends="lua54-devel pcre2-devel uthash"
|
|
short_desc="Flexible terminal-based text editor (C)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/adsr/mle"
|
|
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
|
|
checksum=5275fcfc58d3d4890d074077d94497db488b2648287b3e48e67b00ea517b02ba
|
|
|
|
do_check() {
|
|
make test
|
|
}
|
|
|
|
post_install() {
|
|
vman mle.1
|
|
}
|