# po4a 0.69
# =========
# Get the tarball
cd
test -f installed/po4a-0.69.tar.gz &&
mv -f installed/po4a-0.69.tar.gz .
test ! -f po4a-0.69.tar.gz &&
wget https://github.com/mquinson/po4a/releases/download/v0.69/po4a-0.69.tar.gz
# Extract the source
cd ~/src
find -maxdepth 1 -type d -name "pod4a-*" -exec rm -r {} \;
tar xzvf ~/po4a-0.69.tar.gz
cd po4a-0.69
test $UID = 0 && chown -R root:root .