diff --git a/srcpkgs/vis-git/template b/srcpkgs/vis-git/template new file mode 100644 index 0000000000..8461d174ac --- /dev/null +++ b/srcpkgs/vis-git/template @@ -0,0 +1,21 @@ +# Template file for 'vis-git' +pkgname=vis-git +version=20150106 +revision=1 +build_style=gnu-makefile +make_install_args="STRIP=:" +hostmakedepends="git" +makedepends="ncurses-devel" +short_desc="A vim like text editor" +maintainer="Eivind Uggedal " +license="ISC" +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 +}