jewelrystore 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/jewelrystore.rb +134 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4d83d1bf1177373725577b38e53b6ee531c120be24294d54bd982644cb12ab8a
4
+ data.tar.gz: 35b739baefd30781784394001506029b73ab0d007d82581bce02865a790c348f
5
+ SHA512:
6
+ metadata.gz: 606a0b54d698dc94cd3cc3169e99f047cb54c6f19ac18c79ac0c0a713e9288a3e83fa014cb4bc5adae5d7e489627f0932fbc2d14e19cbca711064778b74ccff3
7
+ data.tar.gz: 79071d64fc9f2b174692d7168f5741678d08e3fad4bae1e2d0101283b71b40e9beac5779d5d13f9f425149ed278199f207a6d61661bbd9adc87d5378054481b0
@@ -0,0 +1,134 @@
1
+ require 'colorize'
2
+ class Jewelrystore
3
+ def self.run
4
+
5
+ puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
6
+ res = gets.chomp
7
+ if res == 'list'
8
+ puts 'all apps available are:'.colorize(:red)
9
+ puts 'inkscape'.colorize(:grey)
10
+ puts 'gparted'.colorize(:green)
11
+ puts 'audacity'.colorize(:red)
12
+ puts 'librewolf'.colorize(:blue)
13
+ puts 'ferdi'.colorize(:purple)
14
+ puts 'vscode'.colorize(:blue)
15
+ puts 'emacs'.colorize(:purple)
16
+ puts 'etcher'.colorize(:green)
17
+ puts 'brave'.colorize(:orange)
18
+ puts 'stepmania'.colorize(:yellow)
19
+ puts 'zoom'.colorize(:blue)
20
+ puts 'schildichat'.colorize(:green)
21
+ puts 'cpu-x'.colorize(:blue)
22
+
23
+ end
24
+
25
+ if res == 'bye'
26
+ puts 'exiting'.colorize(:red)
27
+ end
28
+
29
+ if res == 'inkscape'
30
+ puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
31
+ inkscaped = gets.chomp
32
+ puts 'installing inkscape appimage'.colorize(:red)
33
+ inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
34
+ puts 'app installed with sucess in your home'.colorize(:red)
35
+ end
36
+
37
+ if res == 'gparted'
38
+ puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
39
+ gpartedd = gets.chomp
40
+ puts 'installing GParted appimage'.colorize(:red)
41
+ gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
42
+ puts 'app installed with sucess in your home'.colorize(:red)
43
+ end
44
+
45
+ if res == 'audacity'
46
+ puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
47
+ audacityd = gets.chomp
48
+ puts 'installing Audacity appimage'.colorize(:red)
49
+ audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
50
+ puts 'app installed with sucess in your home'.colorize(:red)
51
+ end
52
+
53
+ if res == 'librewolf'
54
+ puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
55
+ librewolfd = gets.chomp
56
+ puts 'installing LibreWolf AppImage'.colorize(:red)
57
+ librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
58
+ puts 'app installed with sucess in your home'.colorize(:red)
59
+ end
60
+
61
+ if res == 'ferdi'
62
+ puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
63
+ ferdid = gets.chomp
64
+ puts 'installing Ferdi AppImage'.colorize(:red)
65
+ ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
66
+ puts 'app installed with sucess in your home'.colorize(:red)
67
+ end
68
+
69
+ if res == 'vscode'
70
+ puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
71
+ coded = gets.chomp
72
+ puts 'installing VsCode AppImage'.colorize(:red)
73
+ code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
74
+ puts 'app installed with sucess in your home'.colorize(:red)
75
+ end
76
+
77
+ if res == 'emacs'
78
+ puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
79
+ emacsd = gets.chomp
80
+ puts 'installing Emacs AppImage'.colorize(:red)
81
+ emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
82
+ puts 'app installed with sucess in your home'.colorize(:red)
83
+ end
84
+
85
+ if res == 'etcher'
86
+ puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
87
+ etcherd = gets.chomp
88
+ puts 'Installing Emacs AppImage'.colorize(:red)
89
+ etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
90
+ puts 'App installed with success in your home'.colorize(:red)
91
+ end
92
+
93
+ if res == 'brave'
94
+ puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
95
+ brave = gets.chomp
96
+ puts 'Installing Brave AppImage'.colorize(:red)
97
+ brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
98
+ puts 'app installed with sucess in your home'.colorize(:red)
99
+ end
100
+
101
+ if res == 'stepmania'
102
+ puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
103
+ stepmaniad = gets.chomp
104
+ puts 'Installing StepMania AppImage'.colorize(:red)
105
+ stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
106
+ puts 'app installed with sucess in your home'.colorize(:red)
107
+ end
108
+
109
+ if res == 'zoom'
110
+ puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
111
+ zoomd = gets.chomp
112
+ puts 'Installing Zoom AppImage'.colorize(:red)
113
+ zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
114
+ puts 'app installed with sucess in your home'.colorize(:red)
115
+ end
116
+
117
+ if res == 'schildichat'
118
+ puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
119
+ schatd = gets.chomp
120
+ puts 'Installing SchildiChat AppImage'.colorize(:red)
121
+ schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
122
+ puts 'app installed with sucess in your home'.colorize(:red)
123
+ end
124
+
125
+ if res == 'cpu-x'
126
+ puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
127
+ cpuxd = gets.chomp
128
+ puts 'Installing CPU-X AppImage'.colorize(:red)
129
+ cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
130
+ puts 'app installed with sucess in your home'.colorize(:red)
131
+ end
132
+
133
+ end
134
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jewelrystore
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.6
5
+ platform: ruby
6
+ authors:
7
+ - NillyTheL0L
8
+ - numbertumbers
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2022-03-22 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: An appimage cli store
15
+ email: iagodp08@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/jewelrystore.rb
21
+ homepage: https://jewelrystore.emperror.repl.co
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: AppImageStore
44
+ test_files: []