summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fe348f836b68dc6b1c82fd31c610179d92ff761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: yjun <jerrysteve1101 at gmail dot com>

pkgname=rt-thread-devel
pkgver=4.0.0
pkgrel=1
pkgdesc='Metapackage to pull all dependencies required to build rt-thread (ARM Cortex M)'
arch=('any')
url='https://github.com/RT-Thread/rtthread-manual-doc#supported-ide-and-compiler'
license=('None')
depends=('arm-none-eabi-gcc'
         'arm-none-eabi-gdb'
         'scons')
# optdepends=('')

# vim: set sw=2 ts=2 et: