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