Skip to content

Commit 2b58cf7

Browse files
committed
merging manually
2 parents 9535850 + ea6e5c2 commit 2b58cf7

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CODEMETA2CFF = $(shell which codemeta2cff)
1515

1616
OS = $(shell uname)
1717

18-
#PREFIX = /usr/local/bin
18+
#PREFIX = /usr/local
1919
PREFIX = $(HOME)
2020

2121
ifneq ($(prefix),)

snap/snapcraft.yaml

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,108 +14,158 @@ apps:
1414
command: bin/codemeta2cff
1515
plugs:
1616
- home
17+
- desktop
18+
- removable-media
1719
csv2json:
1820
command: bin/csv2json
1921
plugs:
2022
- home
23+
- desktop
24+
- removable-media
2125
csv2mdtable:
2226
command: bin/csv2mdtable
2327
plugs:
2428
- home
29+
- desktop
30+
- removable-media
2531
csv2xlsx:
2632
command: bin/csv2xlsx
2733
plugs:
2834
- home
35+
- desktop
36+
- removable-media
2937
csvcleaner:
3038
command: bin/csvcleaner
3139
plugs:
3240
- home
41+
- desktop
42+
- removable-media
3343
csvcols:
3444
command: bin/csvcols
3545
plugs:
3646
- home
47+
- desktop
48+
- removable-media
3749
csvfind:
3850
command: bin/csvfind
3951
plugs:
4052
- home
53+
- desktop
54+
- removable-media
4155
csvjoin:
4256
command: bin/csvjoin
4357
plugs:
4458
- home
59+
- desktop
60+
- removable-media
4561
csvrows:
4662
command: bin/csvrows
4763
plugs:
4864
- home
65+
- desktop
66+
- removable-media
4967
finddir:
5068
command: bin/finddir
5169
plugs:
5270
- home
71+
- desktop
72+
- removable-media
5373
findfile:
5474
command: bin/findfile
5575
plugs:
5676
- home
77+
- desktop
78+
- removable-media
5779
json2toml:
5880
command: bin/json2toml
5981
plugs:
6082
- home
83+
- desktop
84+
- removable-media
6185
json2yaml:
6286
command: bin/json2yaml
6387
plugs:
6488
- home
89+
- desktop
90+
- removable-media
6591
jsoncols:
6692
command: bin/jsoncols
6793
plugs:
6894
- home
95+
- desktop
96+
- removable-media
6997
jsonjoin:
7098
command: bin/jsonjoin
7199
plugs:
72100
- home
101+
- desktop
102+
- removable-media
73103
jsonmunge:
74104
command: bin/jsonmunge
75105
plugs:
76106
- home
107+
- desktop
108+
- removable-media
77109
jsonrange:
78110
command: bin/jsonrange
79111
plugs:
80112
- home
113+
- desktop
114+
- removable-media
81115
mergepath:
82116
command: bin/mergepath
83117
plugs:
84118
- home
119+
- desktop
120+
- removable-media
85121
range:
86122
command: bin/range
87123
plugs:
88124
- home
125+
- desktop
126+
- removable-media
89127
string:
90128
command: bin/string
91129
plugs:
92130
- home
131+
- desktop
132+
- removable-media
93133
toml2json:
94134
command: bin/toml2json
95135
plugs:
96136
- home
137+
- desktop
138+
- removable-media
97139
urlparse:
98140
command: bin/urlparse
99141
plugs:
100142
- home
143+
- desktop
144+
- removable-media
101145
xlsx2csv:
102146
command: bin/xlsx2csv
103147
plugs:
104148
- home
149+
- desktop
150+
- removable-media
105151
xlsx2json:
106152
command: bin/xlsx2json
107153
plugs:
108154
- home
155+
- desktop
156+
- removable-media
109157
yaml2json:
110158
command: bin/yaml2json
111159
plugs:
112160
- home
161+
- desktop
162+
- removable-media
113163

114164
parts:
115165
datatools:
116166
plugin: go
117167
go-channel: stable
118168
build-environment:
119-
- "CGO_ENABLED" : "0"
169+
- "CGO_ENABLED" : "1"
120170
source-type: git
121171
source: https://github.com/caltechlibrary/datatools

0 commit comments

Comments
 (0)