🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718
pkgname: urlmatch
pkgver: '1.0'
pkgrel: '3'
pkgdesc: A fast URL matcher library
url: 'https://github.com/clbr/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/clbr/urlmatch/archive/v${pkgver}.tar.gz'
sha256sums:
- 013e051da28ace46a13fd7bb8c70807221098ebb939975df74eeca8c728daa89
build: |
cd urlmatch-${pkgver}
make
make install DESTDIR=${PKGDIR}
package: |
true