aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/work/PKGBUILD
blob: 21e578af83bf35975581fce16b468910dba34e69 (plain) (blame)
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
# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
pkgname=strisemarx-work
pkgver=18
pkgrel=1
pkgdesc="strisemarx's work dev metapackage"
arch=('any')
url="https://strisemarx.com"
license=('GPL3')
depends=(
  'bear'
  'boost'
  'code-marketplace'
  'compiledb'
  'creduce'
  'cuda'
  'cvise'
  'fortls'
  'fuse-overlayfs'
  'intel-oneapi-dpcpp-cpp'
  'hdf5'
  'llvm'
  'gcc-fortran'
  'meson'
  'nasm'
  'openmp'
  'podman-docker'
  'qemu-user-static'
  'qemu-user-static-binfmt'
  'xdot'
)
# vim: ts=2 sw=2 et: