Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenVSP recipe #489

Open
ghost opened this issue Aug 14, 2021 · 3 comments
Open

Add OpenVSP recipe #489

ghost opened this issue Aug 14, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2021

OpenVSP actually provides DEBs for Ubuntu 18.04 & 20.04:

REFERENCE

@ghost
Copy link
Author

ghost commented Aug 14, 2021

Trying to construct OpenVSP.yml, but don't know which dependencies should be uncluded & what to do with /opt/OpenVSP

app: OpenVSP

ingredients:
  dist: bionic
  sources:
    - deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe
  packages:
    #
    # HELP NEEDED
    # - libgcc-s1
    # - libgl1
    # - libglew2.0
    # - libgomp1
    # - libpython3.6
    #
    - libcminpack1
    - libfltk-gl1.3
    - libfltk1.3
    - libxml2
  script:
    - wget -c -r -np -nd -A "OpenVSP-*-Ubuntu-18.04_amd64.deb" http://openvsp.org/zips/current/linux/

script:
  #
  # HELP NEEDED
  # - ( cd usr/bin/ ; rm -f * ; mv ../../opt/OpenVSP/* . )
  # 
  - cat > OpenVSP.desktop <<EOF
  - [Desktop Entry]
  - Type=Application
  - Name=OpenVSP
  - Icon=vspIcon
  - Exec=bin/vsp %u
  - Categories=Science;
  - Comment=Parametric aircraft geometry tool
  - EOF

@probonopd
Copy link
Member

Hello @Symbian9 please ask the autors of OpenVSP to provide an officially supported AppImage. Thanks!

@ghost
Copy link
Author

ghost commented Aug 16, 2021

please ask the autors of OpenVSP to provide an officially supported AppImage.

Already requested, but its devs provides only Ubuntu 18.x/20.x DEB's (which could not be installed on Debian 10.x/11.x)

If they come back asking for an AppImage, I would still like to understand why -- what is the underlying use case that they can't 1) build it themselves 2) use the Ubuntu *.deb or 3) the only solution to their problem is an AppImage 4) They can't build the AppImage themselves.

Building from source is too hard, so the only alternative solution for non-Ubuntu users is just repackage DEB to AppImage.

That is why I want requests recipe to repackage its official DEB's to AppIamge to be able to run it on Debian 10.x/11.x (as there are no OpenVSP in any official Debian-based repos: https://repology.org/project/openvsp/versions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant