summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--star-meta.install104
3 files changed, 63 insertions, 49 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18aa168d486e..5b7c2936979c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = star-meta
pkgdesc = Metapackage to install Perl6 modules included in Rakudo Star
pkgver = 0.1
pkgrel = 1.1
- url = https://github.com/rakudo/star/blob/master/modules/MODULES.txt
+ url = https://raw.githubusercontent.com/rakudo/star/master/etc/modules.txt
install = star-meta.install
arch = any
groups = perl6
diff --git a/PKGBUILD b/PKGBUILD
index 32f687ce8f06..ea3769f37df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,5 @@
# Maintainer: Austin Haedicke (austin.haedicke@gmail.com)
-# Telegram: @savagezen / @savagezen_aur
-# Github: https://github.com/savagezen/pkgbuild
-# If you find errors or have suggestions feel free to file an issue
-# or submit a pull request @ https://github.com/savagezen/pkgbuild
pkgname=star-meta
pkgver=0.1
@@ -12,6 +8,6 @@ pkgdesc="Metapackage to install Perl6 modules included in Rakudo Star"
arch=('any')
depends=('zef')
groups=('perl6')
-url="https://github.com/rakudo/star/blob/master/modules/MODULES.txt"
+url="https://raw.githubusercontent.com/rakudo/star/0cb1f39d888f3e299a1d1e5e1c86b8aa0c813a16/etc/modules.txt"
license=('None')
install=$pkgname.install
diff --git a/star-meta.install b/star-meta.install
index d3ae2aadcf7a..91065167ee0d 100644
--- a/star-meta.install
+++ b/star-meta.install
@@ -1,57 +1,75 @@
-# module list:
-# https://github.com/rakudo/star/blob/master/modules/MODULES.txt
+# module list: 4/21/2021
+# https://raw.githubusercontent.com/rakudo/star/0cb1f39d888f3e299a1d1e5e1c86b8aa0c813a16/etc/modules.txt
MODULES="
-uri
-json_fast
+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
-Terminal-ANSIColor
-oo-monitors
-test-mock
+XML-Writer
+SVG
+SVG-Plot
+OO-Monitors
+Test-Mock
Grammar-Profiler-Simple
-grammar-debugger
-Perl6-MIME-Base64
-uri
-json
-perl6-encode
-openssl
-io-socket-ssl
-perl6-lwp-simple
-perl6-digest-md5
-perl6-http-status
-p6-Template-Mustache
-PSGI
-perl6-http-easy
+Grammar-Debugger
+JSON-Tiny
+OpenSSL
+IO-Socket-SSL
+LWP-Simple
+Digest-MD5
+HTTP-Easy
Template-Mojo
-NativeHelpers-Blob
-DBIish
-perl6-Test-When
+Test-When
+Digest
+Testo
+Temp-Path
+Pod-Load
+Test-Output
+DateTime-Parse
+Encode
+HTTP-UserAgent
Pod-To-HTML
-perl6-pod-to-bigpage
-p6-file-directory-tree
-p6-File-Temp
-file-find
-doc
-debugger-ui-commandline
-shell-command
-library-make
-perl6-file-which
-tap-harness6
-p6-io-string
-perl6-datetime-format
-datetime-parse # dependency for http-useragent
-io-capture-simple
-test-util-serverport
-http-useragent
-jsonrpc
+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() {