🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: sysprof
pkgver: '50.0'
pkgrel: '1'
pkgdesc: 'Kernel based performance profiler'
url: 'https://wiki.gnome.org/Apps/Sysprof'
arch: x86_64
depends: []
makedepends:
- pango
- gtk4
- libunwind
- polkit
- 'yelp-tools'
- libdex
- libadwaita
- libpanel
source:
- 'https://gitlab.gnome.org/GNOME/sysprof/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
meson setup .. \
--prefix=/usr \
--buildtype=release
ninja
DESTDIR=${PKGDIR} ninja install
package: |
true