1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 10:37:34 +00:00

Ports: Add a port of e2fsprogs

This commit is contained in:
Tim Schumacher 2022-06-29 05:01:47 +02:00 committed by Andreas Kling
parent 6d4d6c3e2a
commit 154f3dc4ae
4 changed files with 67 additions and 0 deletions

6
Ports/e2fsprogs/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/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'