1 # Maintainer: Jiachen YANG <farseerfc@archinux.org>
2 # AUR Maintainer: Jaroslav Lichtblau <dragonlord@aur.archinux.org>
7 pkgdesc='Multi-platform Qt5 notification framework'
9 url='https://github.com/Snorenotify/Snorenotify'
11 depends=('qt5-base' 'hicolor-icon-theme')
12 makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
13 source=($pkgname-$pkgver.tar.gz::https://github.com/Snorenotify/Snorenotify/archive/v$pkgver.tar.gz)
14 sha256sums=('2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9')
17 cd "${srcdir}"/$pkgname-$pkgver
19 cmake -DWITH_QT4=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
24 cd "${srcdir}"/$pkgname-$pkgver
26 make DESTDIR="${pkgdir}" install