parent
fd999beaa0
commit
9229663ce4
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.1
|
version=0.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-configure
|
||||||
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
||||||
depends="lua-lpeg"
|
depends="lua-lpeg"
|
||||||
short_desc="Tiny vim like editor"
|
short_desc="Tiny vim like editor"
|
||||||
|
@ -10,11 +10,9 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/martanne/vis"
|
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=3e5b81d760849c56ee378421e9ba0f653c641bf78e7594f71d85357be99a752d
|
||||||
conflicts="outils" # /usr/bin/vis
|
conflicts="outils" # /usr/bin/vis
|
||||||
|
|
||||||
CFLAGS="-DCONFIG_LUA=1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue