summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 90135f64b1b9afc58a8dcb007e8a767a45518208 (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
# Maintainer: Jason Carrete <jasoncarrete5@gmail.com>

pkgname=yocto-nanbield-meta
pkgver=4.3.3
pkgrel=1
pkgdesc="Yocto Nanbield project build dependencies"
arch=('any')
url="https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for-the-build-host"
license=('GPL')

depends=(
  acl
  base-devel
  chrpath
  cpio
  diffstat
  file
  gawk
  gcc
  git
  glibc-locales
  inetutils
  iputils
  lz4
  mesa
  python
  python-gitpython
  python-jinja
  python-pexpect
  python-pip
  python-subunit
  rpcsvc-proto
  sdl12-compat
  socat
  texinfo
  unzip
  wget
  xz
  zstd
)

# vim: ft=bash sts=2 shiftwidth=2