diff --git a/srcpkgs/vis-git/template b/srcpkgs/vis-git/template index d4b4816b76..654e493c0f 100644 --- a/srcpkgs/vis-git/template +++ b/srcpkgs/vis-git/template @@ -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 }