mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-mpd2: template formatting (tabs)
This commit is contained in:
parent
41c32c3f6a
commit
979eb32e18
1 changed files with 9 additions and 9 deletions
|
@ -18,17 +18,17 @@ distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz"
|
||||||
checksum=04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53
|
checksum=04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense GPL.txt LICENSE
|
vlicense GPL.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-mpd2_package() {
|
python3.4-mpd2_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="mpd2"
|
pycompile_module="mpd2"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue