New package: vis-git-20150106.
This commit is contained in:
parent
b1dd1cb6c4
commit
ff382438c1
1 changed files with 21 additions and 0 deletions
21
srcpkgs/vis-git/template
Normal file
21
srcpkgs/vis-git/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue