mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
73b5e3db6a
This commit ports `libjodycode` to Serenity, which is a helper library containing shared code for utilities written by Jody Bruchon. This library was required for porting `jdupes`.
8 lines
382 B
Bash
Executable File
8 lines
382 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='libjodycode'
|
|
version='3.1'
|
|
files="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz libjodycode-${version}.tar.gz c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184"
|
|
auth_type='sha256'
|
|
workdir="libjodycode-${version}"
|
|
makeopts=("UNAME_S=serenity UNAME_M=${SERENITY_ARCH} CROSS_DETECT=cross")
|