15 lines
518 B
Bash
15 lines
518 B
Bash
|
# Template file for 'muchsync'
|
||
|
pkgname=muchsync
|
||
|
version=4
|
||
|
revision=1
|
||
|
short_desc="Synchronize notmuch mail across machines"
|
||
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://muchsync.org"
|
||
|
distfiles="http://www.${pkgname}.org/src/${pkgname}-${version}.tar.gz"
|
||
|
checksum=c4cc82fb6be87a21ed7b36a969b12fa50be264025fbfe0a81d4e1e709e3d070d
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="libnotmuch-devel libxapian xapian-core-devel sqlite-devel libressl-devel"
|
||
|
depends="openssh"
|
||
|
build_style=gnu-configure
|