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-05-24 12:10:04 +00:00
version=02
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-05-24 12:10:04 +00:00
checksum=b993cf124aa37825e98112bc8539cad77b4b1a1f462b1e3301ef66f2542a3f0d
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
}