From 7df11b1bc826521497390b61db209c34d153807b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 2 Jan 2016 14:59:31 +0100 Subject: [PATCH] vis: fix lua stuff --- srcpkgs/vis/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vis/template b/srcpkgs/vis/template index a94cf73f020..470c6b0255d 100644 --- a/srcpkgs/vis/template +++ b/srcpkgs/vis/template @@ -1,9 +1,10 @@ # Template file for 'vis' pkgname=vis version=0.1 -revision=1 +revision=2 build_style=gnu-makefile makedepends="libtermkey-devel ncurses-devel lua-devel" +depends="lua-lpeg" short_desc="Tiny vim like editor" maintainer="Diogo Leal " license="BSD" @@ -11,6 +12,8 @@ homepage="https://github.com/martanne/vis" distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz" checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b +CFLAGS="-DCONFIG_LUA=1" + post_install() { vlicense LICENSE }