git: added docs subpkg that contains the manpages.
--HG-- extra : convert_revision : b593dd071f52d1985957283d617ab994a3fb526f
This commit is contained in:
16
srcpkgs/git/git-docs.template
Normal file
16
srcpkgs/git/git-docs.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# Template file for 'git-docs'.
|
||||
#
|
||||
short_desc="${sourcepkg} documentation"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the full git documentation (manual pages)."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
for f in man1 man5 man7; do
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/${f} ${DESTDIR}/usr/share/man
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user