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

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

42 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142
pkgname: 'xfce4-mailwatch-plugin'
pkgver: '1.4.0'
pkgrel: '1'
pkgdesc: 'Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel'
url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- 'xfce4-panel'
- gnutls
- libgcrypt
- intltool
- 'perl-xml-parser'
- libxfce4ui

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