serenity/Ports/libjodycode/package.sh
ddorando 1986693edc Ports: Fix libjodycode and jdupes download
The author unpublished everything on github and moved to codeberg.
The different hashes come from the new platform packaging the
tarfiles differently than before.
2024-03-05 03:24:16 +01:00

10 lines
341 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='libjodycode'
version='3.1'
files=(
"https://codeberg.org/jbruchon/libjodycode/archive/v${version}.tar.gz#837b660c305215f0cbd68b002e831f29fe1a1d823cace74d75203111eb433bbd"
)
auth_type='sha256'
workdir='libjodycode'
makeopts=("UNAME_S=serenity UNAME_M=${SERENITY_ARCH} CROSS_DETECT=cross")