vis-git: update to today's git master.

Close #1779
This commit is contained in:
Juan RP 2015-06-30 18:13:14 +02:00
parent 8af94706fb
commit d890c3bf91
1 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'vis-git'
pkgname=vis-git
version=20150223
version=20150630
revision=1
build_style=gnu-makefile
hostmakedepends="git"
makedepends="ncurses-devel"
short_desc="A vim like text editor"
@ -13,8 +12,11 @@ homepage="http://repo.or.cz/w/vis.git"
do_fetch() {
git clone git://repo.or.cz/vis.git ${pkgname}-${version}
}
post_install() {
vlicense LICENSE
vdoc README
do_build() {
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE
vdoc README.md
}