Date: Monday, January 16, 2023 @ 22:11:44
Author: anthraxx
Revision: 466817
archrelease: copy trunk to extra-any
Added:
base-devel/repos/extra-any/
base-devel/repos/extra-any/PKGBUILD
(from rev 466816, base-devel/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: base-devel/repos/extra-any/PKGBUILD (from rev 466816,
base-devel/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD (rev 0)
+++ extra-any/PKGBUILD 2023-01-16 22:11:44 UTC (rev 466817)
@@ -0,0 +1,41 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=base-devel
+pkgver=1
+pkgrel=1
+pkgdesc='Basic tools to build Arch Linux packages'
+url='https://www.archlinux.org'
+arch=('any')
+license=('GPL')
+options=('!debug')
+depends=(
+ archlinux-keyring
+ autoconf
+ automake
+ binutils
+ bison
+ debugedit
+ fakeroot
+ file
+ findutils
+ flex
+ gawk
+ gcc
+ gettext
+ grep
+ groff
+ gzip
+ libtool
+ m4
+ make
+ pacman
+ patch
+ pkgconf
+ sed
+ sudo
+ texinfo
+ which
+)
+
+# vim: ts=2 sw=2 et: