From c5840eae508cec504192d2ff0909af1fc58b5e52 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Mar 2013 07:42:05 +0100 Subject: adopt texlive-flashcards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- texlive-flashcards/watch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 texlive-flashcards/watch (limited to 'texlive-flashcards/watch') diff --git a/texlive-flashcards/watch b/texlive-flashcards/watch new file mode 100755 index 0000000..cd655ff --- /dev/null +++ b/texlive-flashcards/watch @@ -0,0 +1,21 @@ +#!/bin/sh + +[ -f flashcards ] && rm flashcards + +wget 'http://ctan.org/pkg/flashcards' -O flashcards >/dev/null 2>/dev/null + +if [ $? = 0 ]; then + [ -f unfetchable ] && rm unfetchable + grep 'Ver­sion' < flashcards | md5sum > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'texlive-flashcards' + fi +elif [ ! -f unfetchable ]; then + touch unfetchable + echo 'texlive-flashcards (unfetchable)' +fi + -- cgit v1.2.3-70-g09d2