OpenParsec / openparsec

GNU General Public License v2.0
51 stars 8 forks source link

openSUSE packages and AppImage #95

Open munix9 opened 2 years ago

munix9 commented 2 years ago

Thanks for your work and the 64bit version.

I have created client/server packages for openSUSE Leap and Tumbleweed, as well as an AppImage of the client version.

This is a work in progress, anyone who wants to is welcome to test this.

openSUSE Leap / Tumbleweed

Project pages: https://build.opensuse.org/package/show/home:munix9:unstable/openparsec https://build.opensuse.org/package/show/home:munix9:unstable/openparsec-assets

Download pages: https://software.opensuse.org//download.html?project=home:munix9:unstable&package=openparsec https://software.opensuse.org//download.html?project=home:munix9:unstable&package=openparsec-assets

AppImage

https://download.opensuse.org/repositories/home:/munix9:/unstable/AppImage/

e.g.

$ mkdir ~/AppImage
$ cd ~/AppImage
$ wget -O openparsec-x86_64.AppImage https://download.opensuse.org/repositories/home:/munix9:/unstable/AppImage/openparsec-latest-x86_64.AppImage
$ chmod 755 *.AppImage

Start OpenParsec / get help (filename may change after updates)

$ ./openparsec-x86_64.AppImage
$ ./openparsec-x86_64.AppImage -h

Updates can optionally be done with AppImageUpdate (https://github.com/AppImage/AppImageUpdate/releases).

CrazySpence commented 2 years ago

Neat! I didn't know OpenSuse was still a thing people used