-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Added Debian Support with .deb file and buildscript #3958
base: master
Are you sure you want to change the base?
Conversation
added makedeb target
Added build command to makedeb target
Bash Script to create a .deb file
renamed directory name to resolve a conflict
removing temporary directory
Added Debian Instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
mkdir -p lazygit_deb/{DEBIAN,usr/local/bin} | ||
cat << EOF > lazygit_deb/DEBIAN/control | ||
Package: lazygit | ||
Version: 0.44.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this version necessary? I'd prefer to not have to bump this every time we cut a new release
@@ -318,6 +319,18 @@ Verify the correct installation of lazygit: | |||
lazygit --version | |||
``` | |||
|
|||
### Debian | |||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to say that first you need to clone the repo
PR Description
Please check if the PR fulfills these requirements
go generate ./...
)