🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: yaml
pkgver: '0.2.5'
pkgrel: '5'
pkgdesc: 'C library for parsing and emitting YAML (YAML Ain''t Markup Language)'
url: 'https://pyyaml.org/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- grep
- doxygen
source:
- 'https://pyyaml.org/download/libyaml/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libyaml.la
package: |
true