]> git.saurik.com Git - cydia.git/blame - version.sh
Use pngcrush to crush the images as we build the package.
[cydia.git] / version.sh
CommitLineData
3adcfba7 1#!/bin/bash
75896941
JF
2
3if [[ $# -eq 0 ]]; then
4 flags=(--dirty="+")
5else
6 flags=("$@")
7fi
8
9echo -n "$(git describe --tags --match="v*" "${flags[@]}" | sed -e 's@-\([^-]*\)-\([^-]*\)$@+\1.\2@;s@^v@@')"
991d7f6c
JF
10grep '#define ForRelease 0' MobileCydia.mm &>/dev/null && echo -n '~srk'
11echo