parent
8af94706fb
commit
d890c3bf91
1 changed files with 8 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'vis-git'
|
# Template file for 'vis-git'
|
||||||
pkgname=vis-git
|
pkgname=vis-git
|
||||||
version=20150223
|
version=20150630
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="A vim like text editor"
|
short_desc="A vim like text editor"
|
||||||
|
@ -13,8 +12,11 @@ homepage="http://repo.or.cz/w/vis.git"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://repo.or.cz/vis.git ${pkgname}-${version}
|
git clone git://repo.or.cz/vis.git ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
do_build() {
|
||||||
post_install() {
|
make CC=$CC ${makejobs}
|
||||||
vlicense LICENSE
|
}
|
||||||
vdoc README
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue