summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1a995b13f10d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
+
+pkgname=meta-group-base-devel
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Metapackage for all the base-devel group.'
+arch=('any')
+license=('none')
+depends=('binutils' 'gawk' 'gcc' 'libtool' 'libutil-linux' 'util-linux'
+ 'autoconf' 'automake' 'binutils' 'bison' 'fakeroot' 'file'
+ 'findutils' 'flex' 'gawk' 'gcc' 'gettext' 'grep' 'groff' 'gzip'
+ 'libtool' 'libutil-linux' 'm4' 'make' 'pacman' 'patch' 'pkg-config'
+ 'sed' 'sudo' 'texinfo' 'util-linux' 'which')
+url=("https://www.archlinux.org/")