void-packages/srcpkgs/llvm/llvm-docs.template

12 lines
220 B
Plaintext

# Template file for 'llvm-docs'.
#
noarch=yes
short_desc="${sourcepkg} - documentation files"
long_desc="${long_desc}
This package contains the documentation for LLVM."
do_install() {
vmove usr/docs usr/share/llvm
}