summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 18cacdd8d80adcdb9231bbc69ba0f5901db8f85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>

pkgname=meta-group-base
pkgver=201808271801
pkgrel=1
pkgdesc='Metapackage for all the base group.'
arch=('any')
license=('none')
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'
  'logrotate'
  'lvm2'
  'man-db'
  'man-pages'
  'mdadm'
  'nano'
  'netctl'
  'pacman'
  'pciutils'
  'perl'
  'procps-ng'
  'psmisc'
  'reiserfsprogs'
  's-nail'
  'sed'
  'shadow'
  'sysfsutils'
  'systemd-sysvcompat'
  'tar'
  'texinfo'
  'usbutils'
  'util-linux'
  'vi'
  'which'
  'xfsprogs'
)
url="https://www.archlinux.org/"