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

recipes/utils/afuse/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: afuse
pkgver: '0.5.0'
pkgrel: 1
pkgdesc: An automounter implemented with FUSE.
url: 'https://github.com/pcarrier/afuse/'
arch: x86_64
depends: []
makedepends:
- fuse2
source:
- 'https://github.com/pcarrier/afuse/archive/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true