nlohmann-json
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user