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

recipes/core/pkgconf/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: pkgconf
pkgver: '3.0.7'
pkgrel: 1
pkgdesc: Package compiler and linker metadata toolkit
url: 'https://gitea.treehouse.systems/ariadne/pkgconf'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://distfiles.ariadne.space/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
              --disable-static           \
              --docdir=/usr/share/doc/${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} install

  ln -sv pkgconf   ${PKGDIR}/usr/bin/pkg-config
  ln -sv pkgconf.1 ${PKGDIR}/usr/share/man/man1/pkg-config.1
package: |
  true