mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
15 lines
305 B
Text
15 lines
305 B
Text
# Template file for 'vim-common'.
|
|
#
|
|
short_desc="VI iMproved - common files"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains common files shared by all vim flavours."
|
|
|
|
noarch=yes
|
|
replaces="vim<=7.2_2"
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/share
|
|
mv ${SRCPKGDESTDIR}/usr/share/vim ${DESTDIR}/usr/share
|
|
}
|