24 lines
558 B
Bash
24 lines
558 B
Bash
# Template file for 'neatvi'
|
|
pkgname=neatvi
|
|
version=11
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Small ex/vi editor"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="ISC"
|
|
homepage="http://litcave.rudi.ir/"
|
|
distfiles="https://github.com/litcave/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=a87deb7e523de0a8e445b537e73d460c48929ba9386058ff27908b946b4c7782
|
|
|
|
alternatives="
|
|
vi:ex:/usr/bin/neatex
|
|
vi:vi:/usr/bin/neatvi
|
|
"
|
|
|
|
do_install() {
|
|
vbin vi neatvi
|
|
ln -s neatvi ${DESTDIR}/usr/bin/neatex
|
|
sed -n '0,/\*\//p' <vi.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|