New package: neatvi-00

This commit is contained in:
Christian Neukirchen 2016-04-22 17:01:01 +02:00
parent b4812bc4cd
commit 487d7729db

22
srcpkgs/neatvi/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'neatvi'
pkgname=neatvi
version=00
revision=1
build_style=gnu-makefile
short_desc="Small ex/vi editor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="ISC"
homepage="http://litcave.rudi.ir/"
distfiles="https://github.com/litcave/${pkgname}/archive/${version}.tar.gz"
checksum=a9b6b9e4a2f677a7d2630758e03c5b9926cfa43819cc6580691aca1c67b625b8
alternatives="
vi:ex:/usr/bin/neatvi
vi:vi:/usr/bin/neatvi
"
do_install() {
vbin vi neatvi
sed -n '0,/\*\//p' <vi.c >LICENSE
vlicense LICENSE
}