Added missing sha512sums variable in base/pkgtools

Added LICENSE in base/python-pip
This commit is contained in:
PktSurf 2022-09-25 18:29:42 +05:30
parent 8f6ce1b368
commit 79e8188b06
2 changed files with 4 additions and 0 deletions

View file

@ -35,3 +35,5 @@ build() {
mkfinalpkg
}
sha512sums="
"

View file

@ -16,6 +16,8 @@ build() {
python setup.py install --prefix="" --root=$pkg
cp LICENSE.txt $pkgdocs/
mkfinalpkg
}