mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
6 lines
164 B
Bash
6 lines
164 B
Bash
|
#!/bin/bash ../.port_include.sh
|
||
|
port=libffi
|
||
|
version=3.3
|
||
|
useconfigure=true
|
||
|
files="ftp://sourceware.org/pub/libffi/libffi-${version}.tar.gz libffi-${version}.tar.gz"
|