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'
|
||||
pkgname=python-polib
|
||||
version=1.0.8
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="polib-${version}"
|
||||
build_style=python-module
|
||||
|
@ -15,6 +15,10 @@ license="MIT"
|
|||
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
|
||||
checksum=5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-polib_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
|
@ -23,6 +27,7 @@ python3-polib_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
python3.4-polib_package() {
|
||||
|
|
Loading…
Reference in a new issue