void-packages/srcpkgs/neatvi/template

23 lines
532 B
Bash
Raw Normal View History

2016-04-22 15:01:01 +00:00
# Template file for 'neatvi'
pkgname=neatvi
2016-10-14 16:47:17 +00:00
version=04
2016-04-22 15:01:01 +00: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"
2016-10-14 16:47:17 +00:00
checksum=aadbf71d82e3bffcffc885a281a87b8ae474b5c5a0bad3d2edcb14b425959e92
2016-04-22 15:01:01 +00:00
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
}