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

recipes/utils/avfs/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: avfs
pkgver: '1.3.0'
pkgrel: '1'
pkgdesc: 'Virtual filesystem that allows browsing compressed files'
url: 'https://avf.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- fuse2
- perl
- zlib
- xz
- zstd

source:
- 'https://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
              --enable-library \
              --enable-fuse \
              --disable-static
  make
  make DESTDIR=${PKGDIR} install

package: |
  true