diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 14:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-04 18:18:36 -0600 |
| commit | 4b130604be2dcd96bde5f708e0f4dc91f86bd89b (patch) | |
| tree | b8333834b2be76fdd357a22fcda7212909e32eef /bin/omnibus | |
| parent | ed6e39123472fecf4eb8fef1e75db28a3b4d1ff2 (diff) | |
Build debian packages for tools
Diffstat (limited to 'bin/omnibus')
| -rwxr-xr-x | bin/omnibus | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bin/omnibus b/bin/omnibus index 526b8d7..c46155c 100755 --- a/bin/omnibus +++ b/bin/omnibus @@ -11,30 +11,61 @@ case $1 in autoconf \ automake \ bison \ + bsdmainutils \ build-essential \ ca-certificates \ + clang \ cmake \ curl \ + default-libmysqlclient-dev \ fakeroot \ gettext \ git \ + gpg \ + libcairo2-dev \ + libcurl4-openssl-dev \ libdb-dev \ + libedit-dev \ + libexif-dev \ libffi-dev \ libgdbm-dev \ libgdbm6 \ + libgif-dev \ + libglib2.0-dev \ + libicu-dev \ + libjpeg-dev \ libncurses5-dev \ + libonig-dev \ + libpng-dev \ + libpq-dev \ + libreadline-dev \ libreadline6-dev \ + libsqlite3-dev \ libssl-dev \ + libtiff-dev \ libtool \ libtool-bin \ + libxml2-dev \ libyaml-dev \ + libzip-dev \ + locate \ maven \ + mono-complete \ + openssl \ + pkg-config \ + python \ python3 \ + re2c \ ruby \ ruby-dev \ + unzip \ zlib1g-dev \ zstd + curl -s https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py + python /tmp/get-pip.py + python3 /tmp/get-pip.py + gem install bundler bundle install ;; |
