🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: oniguruma
pkgver: '6.9.10'
pkgrel: '1'
pkgdesc: a regular expressions library
url: 'https://github.com/kkos/oniguruma'
arch: x86_64
license:
- BSD
depends: []
makedepends: []
source:
- 'https://github.com/kkos/oniguruma/releases/download/v${pkgver}/onig-${pkgver}.tar.gz'
sha256sums:
- 2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05
build: |
cd "."/onig-6.9.10
./configure --prefix=/usr --enable-posix-api
make
package: |
cd "."/onig-6.9.10
make DESTDIR="${PKGDIR}" install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING