Ports: Port libunistring
This commit is contained in:
parent
1c86678a64
commit
0b9a9c7708
Notes:
sideshowbarker
2024-07-17 10:42:36 +09:00
Author: https://github.com/petelliott Commit: https://github.com/SerenityOS/serenity/commit/0b9a9c7708 Pull-request: https://github.com/SerenityOS/serenity/pull/14059 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/gmta
2 changed files with 8 additions and 0 deletions
|
@ -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
7
Ports/libunistring/package.sh
Executable 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
|
Loading…
Add table
Reference in a new issue