Added missing sha512sums variable in base/pkgtools
Added LICENSE in base/python-pip
This commit is contained in:
parent
8f6ce1b368
commit
79e8188b06
2 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,5 @@ build() {
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
"
|
|
@ -16,6 +16,8 @@ build() {
|
||||||
|
|
||||||
python setup.py install --prefix="" --root=$pkg
|
python setup.py install --prefix="" --root=$pkg
|
||||||
|
|
||||||
|
cp LICENSE.txt $pkgdocs/
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue