mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
8 lines
143 B
Text
8 lines
143 B
Text
# Template file for 'llvm-docs'.
|
|
#
|
|
noarch=yes
|
|
short_desc="${sourcepkg} - documentation files"
|
|
|
|
do_install() {
|
|
vmove usr/share/doc usr/share
|
|
}
|