serenity/Ports/jdupes/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

19 lines
376 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='jdupes'
version='1.27.3'
files=(
"https://codeberg.org/jbruchon/jdupes/archive/v${version}.tar.gz#1c75ed30dc95b3b5024019ab2ba3f78a14835c11d5b71249aa94374fde650c16"
)
workdir='jdupes'
depends=(
'libjodycode'
)
makeopts+=(
'UNAME_S=serenity'
)
installopts+=(
'DISABLE_DEDUPE=1'
)
export LDFLAGS='-z noexecstack'