2015-01-05 23:37:13 +01:00
|
|
|
# Template file for 'vis-git'
|
|
|
|
pkgname=vis-git
|
2015-02-23 18:24:46 +01:00
|
|
|
version=20150223
|
2015-01-05 23:37:13 +01:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
hostmakedepends="git"
|
|
|
|
makedepends="ncurses-devel"
|
|
|
|
short_desc="A vim like text editor"
|
|
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
|
|
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
|
|
|
|
}
|