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

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

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'xfce4-datetime-plugin'
pkgver: '0.8.3'
pkgrel: '1'
pkgdesc: 'A date and time display plugin for the Xfce panel'
url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin'
arch: x86_64
depends: []
makedepends:
- libxfce4util
- libxfce4ui
- 'xfce4-panel'

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

sha256sums:
- SKIP

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

  ./configure --prefix=/usr \
      --sysconfdir=/etc
  make
  make DESTDIR=${PKGDIR} install	

package: |
  true