14 lines
518 B
Bash
14 lines
518 B
Bash
# Template file for 'muchsync'
|
|
pkgname=muchsync
|
|
version=5
|
|
revision=2
|
|
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=8b0afc2ce2dca636ae318659452902e26ac804d1b8b1982e74dbc4222f2155cc
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libnotmuch-devel libxapian xapian-core-devel sqlite-devel libressl-devel"
|
|
depends="openssh"
|
|
build_style=gnu-configure
|