Skip to content

Instantly share code, notes, and snippets.

View barcus's full-sized avatar

Marc Benslahdine barcus

View GitHub Profile
@barcus
barcus / ruby-pkg.sh
Last active July 18, 2018 12:04 — forked from bdossantos/ruby-pkg.sh
Building Ruby package for Debian Wheezy
#!/usr/bin/env bash
#VERSION='2.0.0-p353'
VERSION='2.1.0'
PKGNAME='ruby2.1'
CONFIGURE_OPTS='--disable-install-rdoc'
apt-get install ruby rubygems -y
gem install fpm --no-ri --no-rdoc