18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'mle'
|
|
pkgname=mle
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="libtool"
|
|
makedepends="termbox-devel lua54-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=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
|
|
|
|
post_install() {
|
|
vman mle.1
|
|
}
|