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

recipes/utils/fuse-exfat/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: fuse-exfat
pkgver: '1.4.0'
pkgrel: '4'
pkgdesc: exfat filesystem utilities
url: 'http://code.google.com/p/exfat/'
arch: x86_64
depends: []
makedepends:
- fuse2
source:
- 'https://github.com/relan/exfat/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8
build: |
  cd exfat-${pkgver}
    autoreconf --install
    ./configure --prefix=/usr --sbindir=/usr/bin
    make
    make DESTDIR=${PKGDIR} install
package: |
  true