diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:32:51 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:32:51 +0200 |
commit | 32897a60236cc810b7a8c154c7d7deaba1b01323 (patch) | |
tree | d37327604b219862bca883e45b96d54b0bb31cf7 /arch | |
parent | e3d81be587cad7b7c7ed094281d8867255d49bac (diff) |
[arch] Shorten base package group
Diffstat (limited to 'arch')
-rw-r--r-- | arch/base/PKGBUILD | 81 |
1 files changed, 3 insertions, 78 deletions
diff --git a/arch/base/PKGBUILD b/arch/base/PKGBUILD index 1c0d329..8388b95 100644 --- a/arch/base/PKGBUILD +++ b/arch/base/PKGBUILD @@ -4,85 +4,10 @@ pkgver=0 pkgrel=1 arch=(any) -# Archlinux base +# Archlinux base and base-devel depends=( - bash - bzip2 - coreutils - cryptsetup - device-mapper - dhcpcd - diffutils - e2fsprogs - file - filesystem - findutils - gawk - gcc-libs - gettext - glibc - grep - gzip - inetutils - iproute2 - iputils - jfsutils - less - licenses - linux - linux-firmware - logrotate - lvm2 - man-db - man-pages - mdadm - nano - netctl - pacman - pciutils - pcmciautils - perl - procps-ng - psmisc - reiserfsprogs - s-nail - sed - shadow - sysfsutils - systemd-sysvcompat - tar - texinfo - usbutils - util-linux - vi - which - xfsprogs -) - -# Archlinux base-devel -depends+=( - autoconf - binutils - fakeroot - file - findutils - gawk - gcc - gettext - grep - groff - gzip - libtool - m4 - make - pacman - patch - sed - sudo - systemd - texinfo - util-linux - which + $(pacman -Qqg base) + $(pacman -Qqg base-devel) ) # Personal additions |