1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 pkgname=telepathy-morse
6 pkgdesc="Telepathy Connection Manager for the Telegram network"
8 url="https://github.com/TelepathyQt/telepathy-morse"
10 depends=(telepathy-qt telegram-qt)
12 source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz")
13 sha256sums=('c9c361ef965b176a43e05d204eff7d83e508f4fcc3fd842c32a57187a3c7ce8f')
21 cmake ../$pkgname-$pkgname-$pkgver \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_INSTALL_LIBDIR=lib \
24 -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy
30 make DESTDIR="$pkgdir" install