mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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'
|
# Template file for 'neatvi'
|
||||||
pkgname=neatvi
|
pkgname=neatvi
|
||||||
version=06
|
version=06
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Small ex/vi editor"
|
short_desc="Small ex/vi editor"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -11,12 +11,13 @@ distfiles="https://github.com/litcave/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=7010b7d5992743f8e854ba012d66c6965f1da5bd2cc4251edd6e153bda0cd2f1
|
checksum=7010b7d5992743f8e854ba012d66c6965f1da5bd2cc4251edd6e153bda0cd2f1
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
vi:ex:/usr/bin/neatvi
|
vi:ex:/usr/bin/neatex
|
||||||
vi:vi:/usr/bin/neatvi
|
vi:vi:/usr/bin/neatvi
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin vi neatvi
|
vbin vi neatvi
|
||||||
|
ln -s neatvi ${DESTDIR}/usr/bin/neatex
|
||||||
sed -n '0,/\*\//p' <vi.c >LICENSE
|
sed -n '0,/\*\//p' <vi.c >LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue