mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
7 lines
320 B
Bash
7 lines
320 B
Bash
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||
|
port='e2fsprogs'
|
||
|
version='1.46.5'
|
||
|
files="https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${version}/e2fsprogs-${version}.tar.xz e2fsprogs-${version}.tar.xz 2f16c9176704cf645dc69d5b15ff704ae722d665df38b2ed3cfc249757d8d81e"
|
||
|
auth_type='sha256'
|
||
|
useconfigure='true'
|