blob: 40decfa823f5552ce997c7a43bc0259b21b2ace4 (
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
|
# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
pkgname=strisemarx-work
pkgver=19
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'
'xdot'
)
# vim: ts=2 sw=2 et:
|