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

recipes/gui/thunar-archive-plugin/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: 'thunar-archive-plugin'
pkgver: '0.6.0'
pkgrel: '1'
pkgdesc: 'Adds archive operations to the Thunar file context menus'
url: 'https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin'
arch: x86_64
license:
- LGPL2

depends:
- 'desktop-file-utils'
- thunar

makedepends:
- 'xfce4-dev-tools'

source:
- 'https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.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