Merge pull request #4363 from jannisch/trojita

New package: trojita-0.7
This commit is contained in:
Jürgen Buchmüller 2016-06-26 00:55:05 +02:00 committed by GitHub
commit 03083c4b22

19
srcpkgs/trojita/template Normal file
View file

@ -0,0 +1,19 @@
# 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
}