mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
13 lines
263 B
Text
13 lines
263 B
Text
# 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
|
|
}
|