Skip to content

Commit

Permalink
feat: move veracrypt to deb over ppa
Browse files Browse the repository at this point in the history
Allow installation on Debian and debian-derived OS
  • Loading branch information
philclifford committed Jul 22, 2024
1 parent e3e436b commit ec2b6b1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions 01-main/packages/veracrypt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
DEFVER=1
PPA="ppa:unit193/encryption"
DEFVER=2
ARCHS_SUPPORTED="amd64 arm64"
CODENAMES_SUPPORTED="buster bullseye focal jammy"
if [ "${ARCH}" == "amd64" ]; then
CODENAMES_SUPPORTED="${CODENAMES_SUPPORTED} noble bookworm"
fi
get_website "https://www.veracrypt.fr/en/Downloads.html"
if [ "${ACTION}" != "prettylist" ]; then
VERSION_PUBLISHED="$(grep 'Latest Stable Release' $CACHE_FILE |cut -d\ -f 5)"
URL=$(unroll_url "https://launchpad.net/veracrypt/trunk/${VERSION_PUBLISHED}/+download/veracrypt-${VERSION_PUBLISHED}-${UPSTREAM_ID^}-${UPSTREAM_RELEASE}-${HOST_ARCH}.deb\"")
fi
PRETTY_NAME="Veracrypt"
WEBSITE="https://www.veracrypt.fr/en/Downloads.html"
SUMMARY="VeraCrypt is a free and open-source utility for on-the-fly encryption (OTFE)."

0 comments on commit ec2b6b1

Please # to comment.