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

recipes/utils/btrfs-progs/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'btrfs-progs'
pkgver: '7.1'
pkgrel: '1'
pkgdesc: 'Btrfs filesystem utilities'
url: 'https://btrfs.wiki.kernel.org/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- systemd
- zstd
- e2fsprogs
- lzo
- 'util-linux'
- zlib

source:
- 'https://www.kernel.org/pub/linux/kernel/people/kdave/${pkgname}/${pkgname}-v${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure \
  --prefix=/usr \
  --disable-documentation \
  --disable-python
  make
  make DESTDIR=${PKGDIR} install

package: |
  true