pkgname: libeditorconfig pkgver: '0.12.11' pkgrel: 1 pkgdesc: EditorConfig core library url: 'https://github.com/editorconfig/editorconfig-core-c' arch: x86_64 depends: [] makedepends: - pcre2 - cmake source: - 'https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd editorconfig-core-c-${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev .. make make DESTDIR=${PKGDIR} install package: | true