Last active
November 9, 2015 18:12
-
-
Save Alanaktion/072561071b22fb94f298 to your computer and use it in GitHub Desktop.
Packages rbrito/mediterranean-gtk-themes as a .deb archive
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/bash | |
mkdir -p mediterranean-gtk-themes/usr/share/ && cd $_ | |
git clone --depth=1 https://github.com/rbrito/mediterranean-gtk-themes.git themes | |
cd themes | |
VER=$(git rev-parse --short=12 HEAD) | |
rm -rf .git | |
rm LICENSE README.md | |
cd ../../.. | |
mkdir DEBIAN | |
cat >DEBIAN/control <<EOL | |
Package: mediterranean-gtk-themes | |
Version: $VER | |
Architecture: all | |
Maintainer: Rogério Brito <[email protected]> | |
Description: Maintenance fork of the Mediterranean theme for GTK2/3. | |
EOL | |
cd .. | |
dpkg-deb --build mediterranean-gtk-themes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the current version packaged: mediterranean-gtk-themes.deb