Skip to content

Instantly share code, notes, and snippets.

@p120ph37
Created June 17, 2014 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p120ph37/acd3e20797f07670d927 to your computer and use it in GitHub Desktop.
Save p120ph37/acd3e20797f07670d927 to your computer and use it in GitHub Desktop.
Fetch and build a DEB of Bashrun2
#!/bin/sh
VERSION=0.2.2
wget https://bashrun2.googlecode.com/files/bashrun2-$VERSION.tar.gz
tar -xzvf bashrun2-$VERSION.tar.gz
cd bashrun2-$VERSION/
dh_make -f ../bashrun2-$VERSION.tar.gz --single --copyright gpl2
dpkg-buildpackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment