Add check for package compatibility

This commit is contained in:
Ed Reel
2020-05-10 12:08:50 -05:00
parent 6abffd37db
commit 9617751bbd
1144 changed files with 1872 additions and 797 deletions

View File

@@ -4,6 +4,7 @@ class Tmux < Package
description 'tmux is a terminal multiplexer'
homepage 'https://tmux.github.io/'
version '2.9'
compatibility 'all'
source_url 'https://github.com/tmux/tmux/releases/download/2.9/tmux-2.9.tar.gz'
source_sha256 '34901232f486fd99f3a39e864575e658b5d49f43289ccc6ee57c365f2e2c2980'