1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:54:23 +00:00

Ports: Port libunistring

This commit is contained in:
Peter Elliott 2022-05-11 00:09:59 -06:00 committed by Andreas Kling
parent 1c86678a64
commit 0b9a9c7708
2 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
| [`libtiff`](libtiff/) | libtiff | 4.3.0 | http://www.libtiff.org/ |
| [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ |
| [`libunistring`](libunistring/) | libunistring | 1.0 | https://www.gnu.org/software/libunistring/ |
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
| [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv |
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |

7
Ports/libunistring/package.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libunistring
version=1.0
files="https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz libunistring-${version}.tar.gz 3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544"
auth_type=sha256
useconfigure=true