void-packages/srcpkgs/git/git-perl.template

14 lines
263 B
Text
Raw Normal View History

# Template file for 'git-perl'.
#
2012-05-31 20:45:18 +00:00
noarch=yes
depends="git perl"
short_desc="${sourcepkg} perl bindings"
long_desc="${long_desc}
This package contains the Perl bindings."
2012-05-31 20:45:18 +00:00
do_install() {
vmove usr/share/perl5 usr/share
vmove usr/share/man/man3 usr/share/man
}