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 *some* linux packaging support #98

Open
thebashpotato opened this issue Dec 3, 2021 · 2 comments
Open

Add *some* linux packaging support #98

thebashpotato opened this issue Dec 3, 2021 · 2 comments

Comments

@thebashpotato
Copy link

Is your feature request related to a problem? Please describe.

At the very least, an Ubuntu/debian package should be built and added to the Releases for each new version.

Describe the solution you'd like
A clear and concise description of what you want to happen.

I can add a python script which automates this process for Debian/Ubuntu
.deb packages, RedHat/Fedora packages (.rpm) packages, and Slackware packages.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The only alternative is building from source.

Additional context
Add any other context or screenshots about the feature request here.

@MCWertGaming
Copy link
Member

Hey,

nice to see that you are interested in our Project! SNEK is currently under heavy and early development and this repo is not yet considered "stable" or publicly usable. You can see that we are planing on packaging with CPack, the cmake integrated packaging tool. The reason for that is that we can
Build
test
package
with one configuration.

The current roadmap for V1.0.0 (The first "stable" version) is:

  • moving to another library for controling the terminal
  • Reworking the menu loop
  • adding configurations for CPack
  • adding a GitHub action for automatically creating releases and adding compiled binaries / packages
  • Publish release 1.0.0
  • Improve the repo (better readme, better roadmap etc)

Moving to the new library needs:

  • CPP-Terminal overhowl
  • Moving input and raw mode stuff to Foxterm (the new library)
  • Finishing up the auto color features and the theming system
  • Migrating Snek from CPP-Terminal to foxterm
  • migrating to the new features of foxterm
  • creating a nice theming menu
  • Probably a cleanup and a lot of fixing etc

I'm currently at overhowling cpp-terminal on its repo https://github.com/jupyter-xeus/cpp-terminal. A lot of working is going in there right now - so not much is happening here atm.

If you are interested in contributing to Snek, feel free to contact me and we will find something. Contributing can be done in more ways than coding - Contributing to documentation / sharing ideas / finding bugs are a few of them.

I hope this helps you, have a nice day!

@MCWertGaming
Copy link
Member

I'll leave this Issue open until we published release 1.0.0 with binaries and packages.

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

2 participants