1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 11:27:35 +00:00

Ports: Add giflib

This commit is contained in:
Liav A 2023-09-02 22:19:45 +03:00 committed by Tim Schumacher
parent 74d15195a4
commit 2a995cffc5
2 changed files with 7 additions and 0 deletions

6
Ports/giflib/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='giflib'
version='5.2.1'
files=(
"https://yer.dl.sourceforge.net/project/giflib/giflib-${version}.tar.gz 31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd"
)