18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'mle'
|
|
pkgname=mle
|
|
version=1.4.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="libtool"
|
|
makedepends="termbox-devel lua53-devel pcre-devel uthash"
|
|
short_desc="Flexible terminal-based text editor (C)"
|
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/adsr/mle"
|
|
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
|
|
checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
|
|
|
|
post_install() {
|
|
vman mle.1
|
|
}
|