void-packages/srcpkgs/neatvi/template

23 lines
532 B
Bash
Raw Normal View History

2016-04-22 17:01:01 +02:00
# Template file for 'neatvi'
pkgname=neatvi
2016-04-26 12:06:31 +02:00
version=01
2016-04-22 17:01:01 +02: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-04-26 12:06:31 +02:00
checksum=e869048d5929bb337480922a437ffe4717d5a9eac2096a9f5b3f69c8717fd7f5
2016-04-22 17:01:01 +02: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
}