nuttx

LOW
maintainer arkades 0 votes scanned 2026-08-23 01:19:32.924999
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Dominik Kummer <admin@arkades.org>
2
3pkgname=nuttx
4pkgver=13.0.0
5pkgrel=1
6pkgdesc='Apache NuttX RTOS development source tree with integrated applications'
7arch=('any')
8url='https://nuttx.apache.org/'
9license=('Apache-2.0')
10
11depends=(
12 'bison'
13 'flex'
14 'gettext'
15 'texinfo'
16 'ncurses'
17 'gperf'
18 'automake'
19 'libtool'
20 'pkgconf'
21 'gmp'
22 'libmpc'
23 'mpfr'
24 'libisl'
25 'elfutils'
26 'expat'
27 'picocom'
28 'uboot-tools'
29 'util-linux'
30 'vim'
31 'genromfs'
32 'kconfig-frontends-git'
33)
34
35optdepends=(
36 'aarch64-linux-gnu-gcc: AArch64 Linux cross compiler'
37 'arm-none-eabi-gcc: ARM bare-metal cross compiler'
38 'lm32-elf-gcc: LatticeMico32 cross compiler'
39 'nds32le-elf-gcc: Andes NDS32 little-endian cross compiler'
40 'or1k-elf-gcc: OpenRISC cross compiler'
41 'riscv64-elf-gcc: RISC-V 64-bit bare-metal cross compiler'
42 'riscv64-linux-gnu-gcc: RISC-V 64-bit Linux cross compiler'
43)
44
45source=(
46 "https://www.apache.org/dyn/closer.lua/nuttx/${pkgver}/apache-nuttx-${pkgver}.tar.gz?action=download"
47 "https://www.apache.org/dyn/closer.lua/nuttx/${pkgver}/apache-nuttx-apps-${pkgver}.tar.gz?action=download"
48)
49
50sha512sums=('104263f050810455b6c14ad92f045e367ad07718840d5f7464e8dddcc7304dd077f3c8847f4ab21a34ed2c971c4d9b1a51413a8e1f1683d144439e0aa40279f0'
51 'd1bcb7cd1e9b769e73bdf7dcacfcc23c5108c9b5a8c9712b2bc5a3123f7bd501aeef782fbdab06f65e0a8290a2a9dfb86c5a97759e93fad471a71fd25ef6366e')
52
53
54package() {
55 install -dm755 "${pkgdir}/usr/share/nuttx"
56
57 cp -a nuttx/. "${pkgdir}/usr/share/nuttx/"
58 cp -a apps "${pkgdir}/usr/share/nuttx/apps"
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 01:19:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion