nlohmann-json

This commit is contained in:
2023-04-29 14:50:41 +03:00
parent 17a38cf0f1
commit c6cbace5a4
3 changed files with 34 additions and 3 deletions

View File

@ -33,12 +33,12 @@ prepare() {
}
build() {
cd "ProtonUp-Qt-${version}"
cd "${srcdir}/ProtonUp-Qt-${version}"
python -m build --wheel --no-isolation
}
package() {
cd "ProtonUp-Qt-${version}"
cd "${srcdir}/ProtonUp-Qt-${version}"
#python -m installer --destdir="${pkgdir}" dist/*.whl
cp -r share "${pkgdir}/usr/"
install -Dm755 "${srcdir}/pupgui2.sh" "${pkgdir}/usr/bin/${name}"