20 lines
615 B
Bash
20 lines
615 B
Bash
# Template file for 'trojita'
|
|
pkgname=trojita
|
|
version=0.7
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite
|
|
qt5-plugin-tds qt5-plugin-odbc qt5-webkit-devel qt5-tools-devel qt5-svg-devel
|
|
zlib-devel"
|
|
depends="qt5-svg qt5-plugin-sqlite"
|
|
short_desc="A fast Qt IMAP/SMPTP client"
|
|
maintainer="Jannis Christ <hello@jannis.ovh>"
|
|
license="GPL-2,GPL-3"
|
|
homepage="http://trojita.flaska.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|