mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
python-polib: add missing license. (#8335)
This commit is contained in:
parent
029c6b5feb
commit
482d661cf2
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-polib'
|
# Template file for 'python-polib'
|
||||||
pkgname=python-polib
|
pkgname=python-polib
|
||||||
version=1.0.8
|
version=1.0.8
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="polib-${version}"
|
wrksrc="polib-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -15,6 +15,10 @@ license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
|
||||||
checksum=5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df
|
checksum=5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-polib_package() {
|
python3-polib_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -23,6 +27,7 @@ python3-polib_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-polib_package() {
|
python3.4-polib_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue