]> git.pld-linux.org Git - packages/calibre.git/blob - generate-tarball.sh
- up to 6.23.0
[packages/calibre.git] / generate-tarball.sh
1 #!/bin/sh
2
3 VERSION=$1
4
5 wget https://download.calibre-ebook.com/$VERSION/calibre-$VERSION.tar.xz
6
7 tar -xvJf calibre-$VERSION.tar.xz
8 rm -f calibre-$VERSION/resources/fonts/liberation/*
9 rm -f calibre-$VERSION/resources/fonts/prs500/*
10
11 tar -cf - calibre-$VERSION | xz -9vv >calibre-$VERSION-nofonts.tar.xz
12
13 echo
14
15 md5sum calibre-$VERSION-nofonts.tar.xz
This page took 0.052169 seconds and 3 git commands to generate.