Add Makefile for easier distribution packaging#327
Open
SergioAtSUSE wants to merge 1 commit intotmux-plugins:masterfrom
Open
Add Makefile for easier distribution packaging#327SergioAtSUSE wants to merge 1 commit intotmux-plugins:masterfrom
SergioAtSUSE wants to merge 1 commit intotmux-plugins:masterfrom
Conversation
46795f2 to
9425032
Compare
This Makefile helps to package tmux-resurrect on GNU/Linux distributions like openSUSE.
9425032 to
12442b0
Compare
e5d21fd to
12442b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?