mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 16:16:22 +02:00
testing/dovecot-fts-flatcurve: new aport
https://github.com/slusarz/dovecot-fts-flatcurve Dovecot FTS Flatcurve plugin (Xapian) closes #14852
This commit is contained in:
parent
e463f8a09d
commit
c68dadf294
45
testing/dovecot-fts-flatcurve/APKBUILD
Normal file
45
testing/dovecot-fts-flatcurve/APKBUILD
Normal file
@ -0,0 +1,45 @@
|
||||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
pkgname=dovecot-fts-flatcurve
|
||||
pkgver=0.3.3
|
||||
pkgrel=0
|
||||
pkgdesc="Dovecot FTS Flatcurve plugin (Xapian)"
|
||||
url="https://github.com/slusarz/dovecot-fts-flatcurve"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
||||
makedepends="
|
||||
autoconf
|
||||
automake
|
||||
dovecot-dev
|
||||
icu-dev
|
||||
libtool
|
||||
xapian-core-dev
|
||||
"
|
||||
subpackages="$pkgname-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/slusarz/dovecot-fts-flatcurve/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ff87bdc5258131b50bda5c1b2796bd73d689494887a044fcbccef5be413b35217908671a98038069f76235e703e57d0c52d75f42477134513abcd95ff6ddd7e5 dovecot-fts-flatcurve-0.3.3.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user