1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 15:39:00 +00:00
pdf2htmlEX/buildScripts/versionEnvs

25 lines
594 B
Plaintext
Raw Normal View History

2019-11-21 13:31:28 +00:00
#!/bin/bash
# This bash script exports environment variables for the latest software
2019-11-21 13:31:28 +00:00
# versions
2019-11-21 16:33:24 +00:00
#export POPPLER_VERSION=poppler-0.82.0
export POPPLER_VERSION=poppler-0.81.0
2019-11-25 16:04:50 +00:00
2019-11-21 16:33:24 +00:00
#export FONTFORGE_VERSION=20190801
export FONTFORGE_VERSION=20170731
2019-11-25 16:04:50 +00:00
2019-11-28 09:07:49 +00:00
export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
2019-11-25 16:04:50 +00:00
2019-11-28 09:07:49 +00:00
export MACHINE_ARCH="$(uname -m)"
export BUILD_TIME="$(date +%Y_%m_%d-%H_%M_%S)"
2019-11-25 16:04:50 +00:00
2019-11-25 20:04:24 +00:00
export DOCKER_FROM=ubuntu:18.04
2019-11-28 09:07:49 +00:00
export DOCKER_NAME="$DOCKER_USERNAME/pdf2htmlex:$PDF2HTMLEX_BRANCH-$BUILD_TIME"
export APPIMAGE_NAME="pdf2htmlEX-$PDF2HTML_BRANCH-$BUILD_TIME-$MACHINE_ARCH.AppImage"