File tree 1 file changed +35
-0
lines changed 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 36
36
" /usr/lib/sdk/openjdk11/install.sh"
37
37
]
38
38
},
39
+ {
40
+ "name" : " libusb" ,
41
+ "config-opts" : [ " --disable-static" , " --disable-udev" ],
42
+ "cleanup" : [
43
+ " /lib/*.la" ,
44
+ " /lib/pkgconfig" ,
45
+ " /include"
46
+ ],
47
+ "sources" : [
48
+ {
49
+ "type" :" archive" ,
50
+ "url" :" https://github.com/libusb/libusb/archive/v1.0.23.tar.gz" ,
51
+ "sha256" : " 02620708c4eea7e736240a623b0b156650c39bfa93a14bcfa5f3e05270313eba"
52
+ }
53
+ ],
54
+ "post-install" : [
55
+ " install -Dm644 COPYING /app/share/licenses/libusb/COPYING"
56
+ ]
57
+ },
58
+ {
59
+ "name" : " usbutils" ,
60
+ "config-opts" : [
61
+ " --datadir=/app/share/hwdata" ,
62
+ " --sbindir=/app/bin"
63
+ ],
64
+ "sources" : [
65
+ {
66
+ "type" : " git" ,
67
+ "url" : " https://github.com/gregkh/usbutils.git" ,
68
+ "tag" : " v012" ,
69
+ "commit" : " f3a05e2e368cf17f9882c8d358f2fa205eb1ead6"
70
+ }
71
+
72
+ ]
73
+ },
39
74
{
40
75
"name" : " arduino" ,
41
76
"buildsystem" : " simple" ,
You can’t perform that action at this time.
0 commit comments