mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
6 lines
225 B
Bash
Executable file
6 lines
225 B
Bash
Executable file
#!/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"
|
|
)
|