summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAustin Haedicke2017-11-05 13:45:42 -0500
committerAustin Haedicke2017-11-05 13:45:42 -0500
commitd626fd9de9e9b5a2a4e6f0aacbd359db2acf26a3 (patch)
treefe3b0c2948d0b579224152d88b0f9c030aa7c038 /PKGBUILD
downloadaur-d626fd9de9e9b5a2a4e6f0aacbd359db2acf26a3.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d7c619d55dca
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Austin Haedicke (austin.haedicke@gmail.com)
+
+# 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
+pkgrel=1
+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"
+license=('None')
+install=$pkgname.install