17 lines
295 B
Markdown
17 lines
295 B
Markdown
|
|
sysprof 50.0
|
||
|
|
=
|
||
|
|
https://gitlab.gnome.org/GNOME/sysprof/-/archive/50.0/sysprof-50.0.tar.gz
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
mkdir -p build
|
||
|
|
cd build
|
||
|
|
meson setup --prefix=/pkg/gnu/sysprof --buildtype=release -Dgtk=false -Dsysprofd=none ..
|
||
|
|
ninja
|
||
|
|
ninja install
|
||
|
|
```
|
||
|
|
|
||
|
|
``` cfg *** build deps ***
|
||
|
|
libdex
|
||
|
|
itstool
|
||
|
|
```
|