void-packages/srcpkgs/git/git-perl.template
2012-05-31 22:45:18 +02:00

14 lines
263 B
Plaintext

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