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

recipes/core/nilfs-utils/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'nilfs-utils'
pkgver: '2.3.1'
pkgrel: '1'
pkgdesc: 'A log-structured file system supporting continuous snapshotting (userspace utils)'
url: 'https://nilfs.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- sed
- 'util-linux'

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

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
              --sbindir=/usr/bin \
              --with-libmount
  make
  make DESTDIR=${PKGDIR} sbindir=/usr/bin core_sbindir=/usr/bin install LDCONFIG=/usr/bin/true

package: |
  true