void-packages/srcpkgs/llvm/llvm-docs.template
2012-05-23 20:56:57 +02:00

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
}