summarylogtreecommitdiffstats
path: root/star-meta.install
blob: 91065167ee0d7234a1776bef794ba833c54c08fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# module list:  4/21/2021
# https://raw.githubusercontent.com/rakudo/star/0cb1f39d888f3e299a1d1e5e1c86b8aa0c813a16/etc/modules.txt

MODULES="
zef
rakudoc
Log
Log-Colored
Hash-Merge
IO-Path-XDG
Glob-IO
Config
Crane
Config-TOML
Config-Parser-toml
MIME-Base64
YAMLish
Config-Parser-yaml
JSON-Fast
Config-Parser-json
File-Directory-Tree
File-Temp
NativeCall-TypeDiag
NativeHelpers-Blob
NativeLibs
DBIish
URI
JSON-Name
JSON-Unmarshal
JSON-Marshal
JSON-Class
META6
License-SPDX
Test-META
XML-Writer
SVG
SVG-Plot
OO-Monitors 
Test-Mock
Grammar-Profiler-Simple
Grammar-Debugger
JSON-Tiny
OpenSSL
IO-Socket-SSL
LWP-Simple
Digest-MD5
HTTP-Easy
Template-Mojo
Test-When
Digest
Testo
Temp-Path
Pod-Load
Test-Output
DateTime-Parse
Encode
HTTP-UserAgent
Pod-To-HTML
POD-To-BigPage
File-Find
Debugger-UI-CommandLine
File-Which
Shell-Command
LibraryMake
IO-String
Test-Util-ServerPort
JSON-RPC
Getopt-Long
TAP
App-Prove6
LibraryCheck
ReadLine
readline"

post_install() {
  /usr/share/perl6/vendor/bin/zef install --force-install $MODULES
}