Created
June 17, 2014 17:24
-
-
Save p120ph37/acd3e20797f07670d927 to your computer and use it in GitHub Desktop.
Fetch and build a DEB of Bashrun2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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