neatvi: also install neatex symlink.
This commit is contained in:
parent
b3a86fbb57
commit
a2ef69901e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'neatvi'
|
||||
pkgname=neatvi
|
||||
version=06
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="Small ex/vi editor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,12 +11,13 @@ distfiles="https://github.com/litcave/${pkgname}/archive/${version}.tar.gz"
|
|||
checksum=7010b7d5992743f8e854ba012d66c6965f1da5bd2cc4251edd6e153bda0cd2f1
|
||||
|
||||
alternatives="
|
||||
vi:ex:/usr/bin/neatvi
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue