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

recipes/gui/xfce4-taskmanager/PAGBUILD.yaml main

39 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: 'xfce4-taskmanager'
pkgver: '1.6.0'
pkgrel: '1'
pkgdesc: 'Easy to use task manager'
url: 'https://goodies.xfce.org/projects/applications/xfce4-taskmanager'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- gtk3
- libwnck
- libxfce4ui

source:
- 'https://archive.xfce.org/src/apps/${pkgname}/1.6/${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