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

recipes/core/file/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: file
pkgver: '5.48'
pkgrel: '1'
pkgdesc: Utility for determining the type of a given file or files.
url: 'ftp://ftp.fu-berlin.de/unix/tools/file/'
arch: x86_64
depends: []
makedepends: []
source:
- 'ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz'
sha256sums:
- ed14656883b23a364b4057c05595d93252da9bc473d30106519519d0da141283
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make check
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libmagic.la
package: |
  true