void-packages/srcpkgs/akonadi-notes/template

29 lines
924 B
Bash
Raw Normal View History

2018-04-14 13:13:07 +02:00
# Template file for 'akonadi-notes'
pkgname=akonadi-notes
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools"
makedepends="kmime-devel akonadi5-devel"
short_desc="Libraries and daemons to implement notes management in Akonadi"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later, GPL-2.0-or-later, BSD-2-Clause"
homepage="Libraries and daemons to implement management of notes in Akonadi"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=6f70d0b550b7a3e205bf525cacb32823c1dff21d1e4355651c4c172502f59653
post_install() {
vlicense COPYING.BSD COPYING.BSD
}
akonadi-notes-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove "usr/lib/*.so"
}
}