portprotonqt 0.1.9-3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
_name='PortProtonQt'
|
_name='PortProtonQt'
|
||||||
name='portprotonqt'
|
name='portprotonqt'
|
||||||
version='0.1.9'
|
version='0.1.9'
|
||||||
release='2'
|
release='3'
|
||||||
desc='A modern GUI for PortProton project'
|
desc='A modern GUI for PortProton project'
|
||||||
desc_ru='Современный графический интерфейс для проекта PortProton'
|
desc_ru='Современный графический интерфейс для проекта PortProton'
|
||||||
homepage='https://github.com/Boria138/PortProtonQt'
|
homepage='https://github.com/Boria138/PortProtonQt'
|
||||||
@@ -145,12 +145,12 @@ checksums=('SKIP')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_name"
|
cd "$srcdir/$_name"
|
||||||
python -m build --wheel --no-isolation
|
python3 -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$_name"
|
cd "$srcdir/$_name"
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||||
cp -r build-aux/share "$pkgdir/usr/"
|
cp -r build-aux/share "$pkgdir/usr/"
|
||||||
install-license LICENSE portprotonqt/LICENSE
|
install-license LICENSE portprotonqt/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user