diff options
author | William Wennerström <william@wstrm.dev> | 2020-12-17 14:07:07 +0100 |
---|---|---|
committer | William Wennerström <william@wstrm.dev> | 2020-12-17 15:09:25 +0100 |
commit | 81c02d1231812389974532de69cbbc4d23c28aa7 (patch) | |
tree | 585a38531f52b40bfd3af6d91c818770d6fda730 /Brewfile | |
parent | 881b99c0622af6b45bcd2faf1b0a5c5d5edcba36 (diff) | |
download | profani-tty-81c02d1231812389974532de69cbbc4d23c28aa7.tar.gz |
Switch from Travis CI to GitHub Actions
Travis have been slow and the macOS runner is outdated (and a bunch of other recurring issues).
Diffstat (limited to 'Brewfile')
-rw-r--r-- | Brewfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile new file mode 100644 index 00000000..d73a973c --- /dev/null +++ b/Brewfile @@ -0,0 +1,22 @@ +brew 'autoconf' +brew 'autoconf-archive' +brew 'automake' +brew 'check' +brew 'cmocka' +brew 'curl' +brew 'expat' +brew 'glib' +brew 'gnutls' +brew 'gpgme' +brew 'gtk+' +brew 'libffi' +brew 'libotr' +brew 'libsignal-protocol-c' +brew 'libstrophe' +brew 'libtool' +brew 'ncurses' +brew 'openssl' +brew 'ossp-uuid' +brew 'pkg-config' +brew 'readline' +brew 'sqlite' |