mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
6 lines
228 B
Bash
Executable file
6 lines
228 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='giflib'
|
|
version='5.2.2'
|
|
files=(
|
|
"https://downloads.sourceforge.net/project/giflib/giflib-${version}.tar.gz#be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb"
|
|
)
|