blob: 0b2ce30bdbcccf100f2b35fef4bf3594c467f198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
package libudev-zero {
description = "daemonless replacement for libudev";
website = "https://github.com/illiliti/libudev-zero";
anitya = 145201;
version# = "1.0.5";
source = remoteGitHub {
suffix = "illiliti/libudev-zero";
tag = version;
checksum = "9WJKgtQH_MxqC1lB-gveIm19gWW99wvcRpEDrc3tQwqjo1SCnbk5k6WDF5Y7DUpe";
};
exec = meson {};
inputs = [ kernel-headers ];
}
|