[arch-commits] Commit in telepathy-morse/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:09:14 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:09:07
  Author: foutrelis
Revision: 405459

archrelease: copy trunk to community-staging-x86_64

Added:
  telepathy-morse/repos/community-staging-x86_64/
  telepathy-morse/repos/community-staging-x86_64/PKGBUILD
    (from rev 405458, telepathy-morse/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: telepathy-morse/repos/community-staging-x86_64/PKGBUILD (from rev 405458, telepathy-morse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-10 00:09:07 UTC (rev 405459)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-morse
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Telepathy Connection Manager for the Telegram network"
+arch=(x86_64)
+url="https://github.com/TelepathyQt/telepathy-morse"
+license=(GPL)
+depends=(telepathy-qt telegram-qt)
+makedepends=(cmake)
+source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('3e3250e6fca470546bb26eff76ff6d10')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list