forked from rosa/hakurei
These are probably not worth reimplementing, and are quite useful for debugging, regardless. Signed-off-by: Ophestra <cat@gensokyo.uk>
25 lines
492 B
Go
25 lines
492 B
Go
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,
|
|
];
|
|
}
|