https://github.com/pythops/tmux-linux-binary
Static tmux binaries
https://github.com/pythops/tmux-linux-binary
tmux
Last synced: 2 months ago
JSON representation
Static tmux binaries
- Host: GitHub
- URL: https://github.com/pythops/tmux-linux-binary
- Owner: pythops
- Created: 2021-01-15T20:50:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:04:50.000Z (8 months ago)
- Last Synced: 2025-04-03T11:44:38.198Z (3 months ago)
- Topics: tmux
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Static tmux binaries
You can download the pre-built binaries in the release page.
## Building
Make sure you have [podman](https://github.com/containers/podman) installed on your machine first
To build the binary follow those instructions:
```
$ git clone https://github.com/pythops/tmux-linux-binary
$ cd tmux-linux-binary
$ podman build -f Containerfile --output artifacts .
```The binary will be inside artifacts directory.
## License
MIT