| Hash | Commit message | Author | Date | Files | + | - |
1 | commit a10c5852057f26a5f9f75e5a47fc10c0977dff0f |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Sep 13 23:11:55 2024 +0200 |
4 | |
5 | Update 13-September-2024___23:11:55 |
6 | --- |
7 | PKGBUILD | 7 +- |
8 | pnpm-lock.yaml | 218 --------------------------------------------------------- |
9 | 2 files changed, 3 insertions(+), 222 deletions(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 920cf84..40eca3d 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -9,16 +9,14 @@ url="https://gitlab.com/a4to/${pkgname}" |
16 | license=('MIT') |
17 | depends=(nodejs npm) |
18 | makedepends=(nodejs npm) |
19 | -source=(https://gitlab.com/a4to/get/-/archive/init/get-init.tar.gz) |
20 | +source=(https://gitlab.com/a4to/get/-/archive/v${pkgver}/get-${pkgver}.tar.gz) |
21 | md5sums=('SKIP') |
22 | sha256sums=('SKIP') |
23 | validpgpkeys=('81BACEEBC3EA26E127166E4A819BB92A9A48160E') |
24 | |
25 | package() { |
26 | |
27 | - cd "${srcdir}/${pkgname}-init" |
28 | - |
29 | - ls -al1 |
30 | + cd "${srcdir}/${pkgname}-${pkgver}" |
31 | |
32 | mkdir -p "${pkgdir}/usr/share/${pkgname}" |
33 | mkdir -p "${pkgdir}/usr/share/doc/${pkgname}" |
34 | @@ -29,6 +27,7 @@ package() { |
35 | install -Dm755 app.js "${pkgdir}/usr/bin/get" |
36 | install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" |
37 | install -Dm644 package.json "${pkgdir}/usr/share/${pkgname}/package.json" |
38 | + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
39 | |
40 | } |
41 | |
42 | diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml |
43 | deleted file mode 100644 |
44 | index 6d9d2b3..0000000 |
45 | --- a/pnpm-lock.yaml |
46 | +++ /dev/null |
47 | @@ -1,218 +0,0 @@ |
48 | -lockfileVersion: '9.0' |
49 | - |
50 | -settings: |
51 | - autoInstallPeers: true |
52 | - excludeLinksFromLockfile: false |
53 | - |
54 | -importers: |
55 | - |
56 | - .: |
57 | - dependencies: |
58 | - axios: |
59 | - specifier: ^1.7.7 |
60 | - version: 1.7.7 |
61 | - fs: |
62 | - specifier: 0.0.1-security |
63 | - version: 0.0.1-security |
64 | - yargs: |
65 | - specifier: ^17.7.2 |
66 | - version: 17.7.2 |
67 | - |
68 | -packages: |
69 | - |
70 | - [email protected]: |
71 | - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} |
72 | - engines: {node: '>=8'} |
73 | - |
74 | - [email protected]: |
75 | - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} |
76 | - engines: {node: '>=8'} |
77 | - |
78 | - [email protected]: |
79 | - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} |
80 | - |
81 | - [email protected]: |
82 | - resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} |
83 | - |
84 | - [email protected]: |
85 | - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} |
86 | - engines: {node: '>=12'} |
87 | - |
88 | - [email protected]: |
89 | - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} |
90 | - engines: {node: '>=7.0.0'} |
91 | - |
92 | - [email protected]: |
93 | - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} |
94 | - |
95 | - [email protected]: |
96 | - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} |
97 | - engines: {node: '>= 0.8'} |
98 | - |
99 | - [email protected]: |
100 | - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} |
101 | - engines: {node: '>=0.4.0'} |
102 | - |
103 | - [email protected]: |
104 | - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} |
105 | - |
106 | - [email protected]: |
107 | - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} |
108 | - engines: {node: '>=6'} |
109 | - |
110 | - [email protected]: |
111 | - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} |
112 | - engines: {node: '>=4.0'} |
113 | - peerDependencies: |
114 | - debug: '*' |
115 | - peerDependenciesMeta: |
116 | - debug: |
117 | - optional: true |
118 | - |
119 | - [email protected]: |
120 | - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} |
121 | - engines: {node: '>= 6'} |
122 | - |
123 | - [email protected]: |
124 | - resolution: {integrity: sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==} |
125 | - |
126 | - [email protected]: |
127 | - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} |
128 | - engines: {node: 6.* || 8.* || >= 10.*} |
129 | - |
130 | - [email protected]: |
131 | - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} |
132 | - engines: {node: '>=8'} |
133 | - |
134 | - [email protected]: |
135 | - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} |
136 | - engines: {node: '>= 0.6'} |
137 | - |
138 | - [email protected]: |
139 | - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} |
140 | - engines: {node: '>= 0.6'} |
141 | - |
142 | - [email protected]: |
143 | - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} |
144 | - |
145 | - [email protected]: |
146 | - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} |
147 | - engines: {node: '>=0.10.0'} |
148 | - |
149 | - [email protected]: |
150 | - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} |
151 | - engines: {node: '>=8'} |
152 | - |
153 | - [email protected]: |
154 | - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} |
155 | - engines: {node: '>=8'} |
156 | - |
157 | - [email protected]: |
158 | - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} |
159 | - engines: {node: '>=10'} |
160 | - |
161 | - [email protected]: |
162 | - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} |
163 | - engines: {node: '>=10'} |
164 | - |
165 | - [email protected]: |
166 | - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} |
167 | - engines: {node: '>=12'} |
168 | - |
169 | - [email protected]: |
170 | - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} |
171 | - engines: {node: '>=12'} |
172 | - |
173 | -snapshots: |
174 | - |
175 | - [email protected]: {} |
176 | - |
177 | - [email protected]: |
178 | - dependencies: |
179 | - color-convert: 2.0.1 |
180 | - |
181 | - [email protected]: {} |
182 | - |
183 | - [email protected]: |
184 | - dependencies: |
185 | - follow-redirects: 1.15.9 |
186 | - form-data: 4.0.0 |
187 | - proxy-from-env: 1.1.0 |
188 | - transitivePeerDependencies: |
189 | - - debug |
190 | - |
191 | - [email protected]: |
192 | - dependencies: |
193 | - string-width: 4.2.3 |
194 | - strip-ansi: 6.0.1 |
195 | - wrap-ansi: 7.0.0 |
196 | - |
197 | - [email protected]: |
198 | - dependencies: |
199 | - color-name: 1.1.4 |
200 | - |
201 | - [email protected]: {} |
202 | - |
203 | - [email protected]: |
204 | - dependencies: |
205 | - delayed-stream: 1.0.0 |
206 | - |
207 | - [email protected]: {} |
208 | - |
209 | - [email protected]: {} |
210 | - |
211 | - [email protected]: {} |
212 | - |
213 | - [email protected]: {} |
214 | - |
215 | - [email protected]: |
216 | - dependencies: |
217 | - asynckit: 0.4.0 |
218 | - combined-stream: 1.0.8 |
219 | - mime-types: 2.1.35 |
220 | - |
221 | - [email protected]: {} |
222 | - |
223 | - [email protected]: {} |
224 | - |
225 | - [email protected]: {} |
226 | - |
227 | - [email protected]: {} |
228 | - |
229 | - [email protected]: |
230 | - dependencies: |
231 | - mime-db: 1.52.0 |
232 | - |
233 | - [email protected]: {} |
234 | - |
235 | - [email protected]: {} |
236 | - |
237 | - [email protected]: |
238 | - dependencies: |
239 | - emoji-regex: 8.0.0 |
240 | - is-fullwidth-code-point: 3.0.0 |
241 | - strip-ansi: 6.0.1 |
242 | - |
243 | - [email protected]: |
244 | - dependencies: |
245 | - ansi-regex: 5.0.1 |
246 | - |
247 | - [email protected]: |
248 | - dependencies: |
249 | - ansi-styles: 4.3.0 |
250 | - string-width: 4.2.3 |
251 | - strip-ansi: 6.0.1 |
252 | - |
253 | - [email protected]: {} |
254 | - |
255 | - [email protected]: {} |
256 | - |
257 | - [email protected]: |
258 | - dependencies: |
259 | - cliui: 8.0.1 |
260 | - escalade: 3.2.0 |
261 | - get-caller-file: 2.0.5 |
262 | - require-directory: 2.1.1 |
263 | - string-width: 4.2.3 |
264 | - y18n: 5.0.8 |
265 | - yargs-parser: 21.1.1 |