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
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
2 changed files with 7 additions and 0 deletions

View file

@ -93,6 +93,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
| [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs |
| [`gettext`](gettext/) | GNU gettext | 0.21.1 | https://www.gnu.org/software/gettext/ |
| [`giflib`](giflib/) | GIFLib | 5.2.1 | https://sourceforge.net/projects/giflib/ |
| [`git`](git/) | Git | 2.40.0 | https://git-scm.com/ |
| [`glib`](glib/) | GLib | 2.77.0 | https://wiki.gnome.org/Projects/GLib |
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |

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"
)