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 Makefile for easier distribution packaging #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SergioAtSUSE
Copy link

@SergioAtSUSE SergioAtSUSE commented Feb 12, 2020

For the machines I work on, I want to have tmux-resurrect available. For convenience and productivity, I have salt states and I want to include tmux-resurrect in my salt states.
There is a lot of work to do when trying to install it automatically in a secure way. The easiest way to have a reliable, secure, automated way is using the official repository of the distribution.
For this reason I am trying to package this plugin for openSUSE.

I have a fork of this project where I add the Makefile and use that source code to build a package for openSUSE: https://build.opensuse.org/package/show/utilities/tmux-resurrect
There is an extra step that I need to do to keep the changes up-to-date by merging new changes into my makefile-branch.

This PR is adding that Makefile. This Makefile will just make it easier for me to maintain the package, since I will not need the extra step of merging, I would just download the new released tar.gz and upload it to OBS (Open Build Service)

What do you think?

This Makefile helps to package tmux-resurrect on GNU/Linux
distributions like openSUSE.
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

Successfully merging this pull request may close these issues.

2 participants