diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-06 15:13:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-06 15:13:33 +0900 |
| commit | dcaf67b3d7366fa6aa79b5844799f4d8ca976a55 (patch) | |
| tree | aefc7054cd11bdae3b72c3d20174965ea16e7d48 | |
| parent | c7de3d45e31972932e2b17fb7bc9aaf53f527dd5 (diff) | |
internal/rosa/package: e2fsprogs
These are probably not worth reimplementing, and are quite useful for debugging, regardless.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/e2fsprogs.az | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/internal/rosa/package/e2fsprogs.az b/internal/rosa/package/e2fsprogs.az new file mode 100644 index 00000000..fab262c5 --- /dev/null +++ b/internal/rosa/package/e2fsprogs.az @@ -0,0 +1,24 @@ +package e2fsprogs { + description = "ext2/3/4 filesystem userspace utilities"; + website = "http://e2fsprogs.sourceforge.net"; + anitya = 646; + + version# = "1.47.4"; + source = remoteTar { + url = "https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"+ + "/snapshot/e2fsprogs-"+version+".tar.gz"; + compress = gzip; + checksum = "gdnAEVjncIciqG-ZhFfYVv4wbBbCHBmPPYwRxltIfOTqdYH5L3ri8wk75YIVlgN0"; + }; + + exec = make {}; + + inputs = [ + perl, + gzip, + bzip2, + diffutils, + + kernel-headers, + ]; +} |
