mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
14 lines
282 B
Text
14 lines
282 B
Text
# Template file for 'llvm-docs'.
|
|
#
|
|
short_desc="${sourcepkg} - documentation files"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the documentation for LLVM."
|
|
|
|
noarch=yes
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/share/llvm
|
|
mv ${SRCPKGDESTDIR}/usr/docs ${DESTDIR}/usr/share/llvm
|
|
}
|