# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
pkgname=strisemarx-cpp
pkgver=12
pkgrel=1
pkgdesc="strisemarx's cpp metapackage"
arch=('any')
url="https://strisemarx.com"
license=('GPL3')
depends=(
  'ccache'
  'clang'
  'cmake'
  'cmake-format'
  'doxygen'
  'inferno'
  'gdb'
  'lld'
  'lldb'
  'mold'
  'ninja'
  'perf'
  'valgrind'
)
# vim: ts=2 sw=2 et: