1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:27:36 +00:00

Ports: Remove the filename entry from files

This commit is contained in:
Tim Schumacher 2023-08-07 21:10:39 +02:00 committed by Jelle Raaijmakers
parent 2732545b4c
commit fb4db096cb
311 changed files with 335 additions and 339 deletions

View file

@ -2,7 +2,7 @@
port='libzip'
version='1.8.0'
files=(
"https://libzip.org/download/libzip-${version}.tar.gz libzip-${version}.tar.gz 30ee55868c0a698d3c600492f2bea4eb62c53849bcf696d21af5eb65f3f3839e"
"https://libzip.org/download/libzip-${version}.tar.gz 30ee55868c0a698d3c600492f2bea4eb62c53849bcf696d21af5eb65f3f3839e"
)
useconfigure='true'
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")