mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
vis-git: remove (#2070)
This commit is contained in:
parent
c7974f6972
commit
94981d3597
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
# Template file for 'vis-git'
|
|
||||||
pkgname=vis-git
|
|
||||||
version=20150630
|
|
||||||
revision=1
|
|
||||||
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}
|
|
||||||
}
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
||||||
vlicense LICENSE
|
|
||||||
vdoc README.md
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue