Some checks failed
		
		
	
	Code and build check / Check code (push) Successful in 1m25s
				
			Code and build check / Build with uv (push) Successful in 47s
				
			Build AppImage, Arch and Fedora Packages / Build Arch Package (push) Successful in 1m44s
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (41) (push) Successful in 1m9s
				
			Build AppImage, Arch and Fedora Packages / Build AppImage (push) Failing after 1m53s
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (42) (push) Successful in 59s
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (rawhide) (push) Successful in 1m1s
				
			Build AppImage, Arch and Fedora Packages / Create and Publish Release (push) Has been skipped
				
			Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
		
			
				
	
	
		
			24 lines
		
	
	
		
			868 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			868 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| pkgname=portprotonqt
 | |
| pkgver=0.1.4
 | |
| pkgrel=1
 | |
| pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store"
 | |
| arch=('any')
 | |
| url="https://git.linux-gaming.ru/Boria138/PortProtonQt"
 | |
| license=('GPL-3.0')
 | |
| depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson'
 | |
|     'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4')
 | |
| makedepends=('python-'{'build','installer','setuptools','wheel'})
 | |
| source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=v$pkgver")
 | |
| sha256sums=('SKIP')
 | |
| 
 | |
| build() {
 | |
|     cd "$srcdir/PortProtonQt"
 | |
| 	python -m build --wheel --no-isolation
 | |
| }
 | |
| 
 | |
| package() {
 | |
|     cd "$srcdir/PortProtonQt"
 | |
|     python -m installer --destdir="$pkgdir" dist/*.whl
 | |
|     cp -r build-aux/share "$pkgdir/usr/"
 | |
| }
 |