mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
13 lines
277 B
Text
13 lines
277 B
Text
# Template file for 'git-python'.
|
|
#
|
|
noarch=yes
|
|
pycompile_module="git_remote_helpers"
|
|
depends="git python"
|
|
short_desc="${sourcepkg} python bindings"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Python bindings for GIT."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/python*" usr/lib
|
|
}
|