mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
704f48d7f3
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
6 lines
175 B
Bash
Executable file
6 lines
175 B
Bash
Executable file
#!/bin/sh ../.port_include.sh
|
|
port=nyancat
|
|
version=git
|
|
workdir=nyancat-master
|
|
curlopts="-L"
|
|
files="https://github.com/klange/nyancat/archive/master.tar.gz nyancat-git.tar.gz"
|