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

recipes/utils/dosfstools/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: dosfstools
pkgver: '4.2'
pkgrel: '2'
pkgdesc: 'DOS filesystem utilities'
url: 'https://github.com/dosfstools/dosfstools'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/dosfstools/dosfstools/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr                      \
              --libexecdir=/usr/lib              \
              --sbindir=/usr/bin                 \
              --mandir=/usr/share/man            \
              --docdir=/usr/share/doc/dosfstools \
              --enable-compat-symlinks
  make
  make DESTDIR=${PKGDIR} install

package: |
  true