Date: Monday, January 16, 2023 @ 22:11:37 Author: anthraxx Revision: 466816
addpkg: base-devel 1-1 Added: base-devel/ base-devel/repos/ base-devel/trunk/ base-devel/trunk/PKGBUILD ----------+ PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) Added: base-devel/trunk/PKGBUILD =================================================================== --- base-devel/trunk/PKGBUILD (rev 0) +++ base-devel/trunk/PKGBUILD 2023-01-16 22:11:37 UTC (rev 466816) @@ -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:
