File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 3131 {
3232 "name" : " ssh-studio" ,
3333 "buildsystem" : " meson" ,
34+ "post-install" : [
35+ " printf '#!/usr/bin/env bash\\ nexec python3 -m ssh_studio.main \" $@\"\\ n' > /app/bin/ssh-studio" ,
36+ " chmod +x /app/bin/ssh-studio"
37+ ],
3438 "sources" : [
3539 {
36- "type" : " dir" ,
37- "path" : " ."
40+ "type" : " git" ,
41+ "url" : " https://github.com/BuddySirJava/SSH-Studio.git" ,
42+ "tag" : " v1.2.1"
3843 }
3944 ],
40- "post-install" : [
41- " printf '#!/usr/bin/env bash\\ nexec python3 -m ssh_studio.main \" $@\"\\ n' > /app/bin/ssh-studio\n " ,
42- " chmod +x /app/bin/ssh-studio"
43- ],
4445 "cleanup" : [
4546 " /include" ,
4647 " /lib/pkgconfig" ,
4748 " /share/man" ,
4849 " /share/pkgconfig" ,
4950 " /share/gtk-doc" ,
5051 " /share/doc" ,
51- " /share/devhelp"
52+ " /share/devhelp" ,
53+ " *.la" ,
54+ " *.a"
5255 ]
5356 }
5457 ]
You can’t perform that action at this time.
0 commit comments