pkgname: 'xfce4-cpugraph-plugin' pkgver: '1.3.0' pkgrel: '1' pkgdesc: 'monitor of charge CPU for Xfce' url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin' arch: x86_64 license: - GPL depends: [] makedepends: - libxfce4util - libxfce4ui - 'xfce4-panel' source: - 'https://archive.xfce.org/src/panel-plugins/${pkgname}/1.3/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING install -Dm644 ../COPYING.GPLv2 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.GPLv2 package: | true