thirdparty/color-theme-solarized/makepkg.sh
author Luke Hoersten <Luke@Hoersten.org>
Mon, 15 Oct 2012 20:31:39 -0500
changeset 53 0b3217376059
parent 47 3415a60d5fd0
permissions -rwxr-xr-x
Minor haskell updates.

#!/usr/bin/env bash

version=$1

if [ "$version" = "" ]; then
    version=$(date -u '+%Y%m%d')
fi
echo "version = $version"

dir="color-theme-solarized-${version}"

mkdir $dir

cp *.el $dir
sed -i "s/%%version%%/$version/" "$dir/color-theme-solarized-pkg.el"

tar cf color-theme-solarized-${version}.tar $dir