🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: libxml2
pkgver: '2.15.3'
pkgrel: '2'
pkgdesc: 'Libraries and utilities used for parsing XML files.'
url: 'https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home'
arch: x86_64
depends: []
makedepends:
- git
- meson
- libtool
- automake
- python
- doxygen
source:
- 'https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr \
--buildtype plain \
-D legacy=enabled \
-D python=enabled \
libxml2-v${pkgver} \
builddir
meson compile -C builddir
DESTDIR=${PKGDIR} \
meson install -C builddir
package: |
true