🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: 'xfce4-systemload-plugin'
pkgver: '1.4.0'
pkgrel: '1'
pkgdesc: 'monitor system for the panel'
url: 'https://goodies.xfce.org/'
arch: x86_64
license:
- 'BSD.2'
depends: []
makedepends:
- libxfce4util
- libxfce4ui
- 'xfce4-panel'
source:
- 'https://archive.xfce.org/src/panel-plugins/${pkgname}/1.4/${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
package: |
true