🔒 Repository is read-only – file editing is disabled.

recipes/gui/xfce4-weather-plugin/PAGBUILD.yaml main

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: 'xfce4-weather-plugin'
pkgver: '0.12.0'
pkgrel: '2'
pkgdesc: 'plugin Weather for Xfce'
url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- libxfce4util
- libxfce4ui
- libsoup3
- 'xfce4-panel'
- 'json-c'

source:
- 'https://archive.xfce.org/src/panel-plugins/${pkgname}/0.12/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

  meson setup .. \
       --prefix=/usr          \
       --buildtype=plain

  ninja

  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true