File tree Expand file tree Collapse file tree 2 files changed +52
-2
lines changed Expand file tree Collapse file tree 2 files changed +52
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CODEMETA2CFF = $(shell which codemeta2cff)
15
15
16
16
OS = $(shell uname)
17
17
18
- # PREFIX = /usr/local/bin
18
+ # PREFIX = /usr/local
19
19
PREFIX = $(HOME )
20
20
21
21
ifneq ($(prefix ) ,)
Original file line number Diff line number Diff line change @@ -14,108 +14,158 @@ apps:
14
14
command : bin/codemeta2cff
15
15
plugs :
16
16
- home
17
+ - desktop
18
+ - removable-media
17
19
csv2json :
18
20
command : bin/csv2json
19
21
plugs :
20
22
- home
23
+ - desktop
24
+ - removable-media
21
25
csv2mdtable :
22
26
command : bin/csv2mdtable
23
27
plugs :
24
28
- home
29
+ - desktop
30
+ - removable-media
25
31
csv2xlsx :
26
32
command : bin/csv2xlsx
27
33
plugs :
28
34
- home
35
+ - desktop
36
+ - removable-media
29
37
csvcleaner :
30
38
command : bin/csvcleaner
31
39
plugs :
32
40
- home
41
+ - desktop
42
+ - removable-media
33
43
csvcols :
34
44
command : bin/csvcols
35
45
plugs :
36
46
- home
47
+ - desktop
48
+ - removable-media
37
49
csvfind :
38
50
command : bin/csvfind
39
51
plugs :
40
52
- home
53
+ - desktop
54
+ - removable-media
41
55
csvjoin :
42
56
command : bin/csvjoin
43
57
plugs :
44
58
- home
59
+ - desktop
60
+ - removable-media
45
61
csvrows :
46
62
command : bin/csvrows
47
63
plugs :
48
64
- home
65
+ - desktop
66
+ - removable-media
49
67
finddir :
50
68
command : bin/finddir
51
69
plugs :
52
70
- home
71
+ - desktop
72
+ - removable-media
53
73
findfile :
54
74
command : bin/findfile
55
75
plugs :
56
76
- home
77
+ - desktop
78
+ - removable-media
57
79
json2toml :
58
80
command : bin/json2toml
59
81
plugs :
60
82
- home
83
+ - desktop
84
+ - removable-media
61
85
json2yaml :
62
86
command : bin/json2yaml
63
87
plugs :
64
88
- home
89
+ - desktop
90
+ - removable-media
65
91
jsoncols :
66
92
command : bin/jsoncols
67
93
plugs :
68
94
- home
95
+ - desktop
96
+ - removable-media
69
97
jsonjoin :
70
98
command : bin/jsonjoin
71
99
plugs :
72
100
- home
101
+ - desktop
102
+ - removable-media
73
103
jsonmunge :
74
104
command : bin/jsonmunge
75
105
plugs :
76
106
- home
107
+ - desktop
108
+ - removable-media
77
109
jsonrange :
78
110
command : bin/jsonrange
79
111
plugs :
80
112
- home
113
+ - desktop
114
+ - removable-media
81
115
mergepath :
82
116
command : bin/mergepath
83
117
plugs :
84
118
- home
119
+ - desktop
120
+ - removable-media
85
121
range :
86
122
command : bin/range
87
123
plugs :
88
124
- home
125
+ - desktop
126
+ - removable-media
89
127
string :
90
128
command : bin/string
91
129
plugs :
92
130
- home
131
+ - desktop
132
+ - removable-media
93
133
toml2json :
94
134
command : bin/toml2json
95
135
plugs :
96
136
- home
137
+ - desktop
138
+ - removable-media
97
139
urlparse :
98
140
command : bin/urlparse
99
141
plugs :
100
142
- home
143
+ - desktop
144
+ - removable-media
101
145
xlsx2csv :
102
146
command : bin/xlsx2csv
103
147
plugs :
104
148
- home
149
+ - desktop
150
+ - removable-media
105
151
xlsx2json :
106
152
command : bin/xlsx2json
107
153
plugs :
108
154
- home
155
+ - desktop
156
+ - removable-media
109
157
yaml2json :
110
158
command : bin/yaml2json
111
159
plugs :
112
160
- home
161
+ - desktop
162
+ - removable-media
113
163
114
164
parts :
115
165
datatools :
116
166
plugin : go
117
167
go-channel : stable
118
168
build-environment :
119
- - " CGO_ENABLED" : "0 "
169
+ - " CGO_ENABLED" : "1 "
120
170
source-type : git
121
171
source : https://github.com/caltechlibrary/datatools
You can’t perform that action at this time.
0 commit comments