mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
vis: fix lua stuff
This commit is contained in:
parent
d494dc5fc3
commit
7df11b1bc8
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
||||||
|
depends="lua-lpeg"
|
||||||
short_desc="Tiny vim like editor"
|
short_desc="Tiny vim like editor"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -11,6 +12,8 @@ homepage="https://github.com/martanne/vis"
|
||||||
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
||||||
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
||||||
|
|
||||||
|
CFLAGS="-DCONFIG_LUA=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue