You are not logged in.
Here's the app link => https://github.com/stupid-kid-af/Encrypt-Decrypt-PyQt5
Any help would be highly appreciated
Thanks
Offline
Use a existing PKGBUILD for a similar packge as a template like this:
https://aur.archlinux.org/cgit/aur.git/ … yqt5-stubs
Make sure you go through AUR guidelines before submitting your package:
Offline
Could you plz edit pkgbuild according to my pyqt5 app?
Offline
Mod note: Moving to AUR Issues, Discussion & PKGBUILD Requests.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
stupid-kid-af , your app currently appears to consists of 3 python scripts and some folders with files.
There is no setup.py or other method to install them, you'll have to create that first.
I suggest you check https://pypi.org/project/setuptools/ to look into methods to install python applications.
https://wiki.archlinux.org/title/Python … guidelines might also be useful.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
will try
Btw thanks for replying
Offline
stupid-kid-af , your app currently appears to consists of 3 python scripts and some folders with files.
There is no setup.py or other method to install them, you'll have to create that first.
I suggest you check https://pypi.org/project/setuptools/ to look into methods to install python applications.
https://wiki.archlinux.org/title/Python … guidelines might also be useful.
I made setup.py and the PKGBUILD but after running it on terminal shows command not found.
I uploaded my setup.py and PKGBUILD
https://github.com/stupid-kid-af/Encrypt-Decrypt-PyQt5
Offline
The PKGBUILD does not include a sources array so makepkg does not extract/copy any files to $srcdir which explains the file not found error.
Offline