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

recipes/gui/xarchiver/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: xarchiver
pkgver: '0.5.4.27'
pkgrel: '1'
pkgdesc: GTK+ frontend to various command line archivers
url: 'https://github.com/ib/xarchive'
arch: x86_64
depends:
- unzip
- tar
- zip
- p7zip
- lzop
- cpio
- unrar
makedepends:
- gtk3
- docbook-xsl
- xmlto
source:
- 'https://github.com/ib/xarchiver/archive/${pkgver}.tar.gz'
sha256sums:
- a52db2697f433621346dc4af59952728192878471e29f46b4b4221b7d5623a86
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4 --disable-gtk2
  make
  make DESTDIR=${PKGDIR} install
package: |
  true