🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: xapian
pkgver: '2.1.0'
pkgrel: '1'
pkgdesc: Xapian is an open source search engine library.
url: 'https://www.xapian.org/'
arch: x86_64
license:
- GPL-2.0-or-later
depends: []
makedepends: []
source:
- 'https://oligarchy.co.uk/xapian/${pkgver}/xapian-core-${pkgver}.tar.xz'
sha256sums:
- 8e1259586d342e3d12b5e1f772e9185a10f2ba16e541566b5c3c239f71b8aacc
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/xapian-core
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libxapian.la
package: |
true