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

recipes/utils/libfyaml/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: libfyaml
pkgver: '0.9.6'
pkgrel: 1
pkgdesc: Fully feature complete YAML parser and emitter'
url: 'https://pantoniou.github.io/libfyaml/'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- grep
- autoconf
- libtool
source:
- 'https://github.com/pantoniou/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  autoreconf -fiv

  ./configure --prefix=/usr
  make DESTDIR=${PKGDIR} install

  install -Dm644 LICENSE -t ${PKGDIR}/usr/share/licenses/${pkgname}
package: |
  true