2015-12-31 19:08:13 +00:00
|
|
|
# Template file for 'vis'
|
|
|
|
pkgname=vis
|
|
|
|
version=0.1
|
2016-02-25 15:26:49 +00:00
|
|
|
revision=3
|
2015-12-31 19:08:13 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
2016-01-02 13:59:31 +00:00
|
|
|
depends="lua-lpeg"
|
2015-12-31 19:08:13 +00:00
|
|
|
short_desc="Tiny vim like editor"
|
|
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="https://github.com/martanne/vis"
|
|
|
|
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
|
|
|
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
2016-02-25 15:26:49 +00:00
|
|
|
conflicts="outils" # /usr/bin/vis
|
2015-12-31 19:08:13 +00:00
|
|
|
|
2016-01-02 13:59:31 +00:00
|
|
|
CFLAGS="-DCONFIG_LUA=1"
|
|
|
|
|
2015-12-31 19:08:13 +00:00
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|