mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
13 lines
271 B
Text
13 lines
271 B
Text
# Template file for 'git-docs'.
|
|
#
|
|
noarch=yes
|
|
short_desc="${sourcepkg} documentation"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the full git documentation (manual pages)."
|
|
|
|
do_install() {
|
|
for f in man1 man5 man7; do
|
|
vmove usr/share/man/${f} usr/share/man
|
|
done
|
|
}
|