mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Add the libpuffy helper library and jot, patch, and printf utils
from OpenBSD.
This commit is contained in:
parent
5967262d81
commit
a521d2f950
Notes:
sideshowbarker
2024-07-19 08:18:18 +09:00
Author: https://github.com/ibara Commit: https://github.com/SerenityOS/serenity/commit/a521d2f950c Pull-request: https://github.com/SerenityOS/serenity/pull/1461
4 changed files with 19 additions and 0 deletions
5
Ports/jot/package.sh
Executable file
5
Ports/jot/package.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=jot
|
||||
version=6.6
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/jot-${version}.tar.gz jot-${version}.tar.gz"
|
||||
depends=libpuffy
|
4
Ports/libpuffy/package.sh
Executable file
4
Ports/libpuffy/package.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=libpuffy
|
||||
version=1.0
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-${version}/libpuffy-${version}.tar.gz libpuffy-${version}.tar.gz"
|
5
Ports/patch/package.sh
Executable file
5
Ports/patch/package.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=patch
|
||||
version=6.6
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz"
|
||||
depends=libpuffy
|
5
Ports/printf/package.sh
Executable file
5
Ports/printf/package.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=printf
|
||||
version=6.6
|
||||
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/printf-${version}.tar.gz printf-${version}.tar.gz"
|
||||
depends=libpuffy
|
Loading…
Add table
Reference in a new issue