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

Antonio Rojas arojas at archlinux.org
Mon Nov 11 19:26:33 UTC 2019


    Date: Monday, November 11, 2019 @ 19:26:33
  Author: arojas
Revision: 526815

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 526814, telepathy-morse/trunk/PKGBUILD)

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

Copied: telepathy-morse/repos/community-staging-x86_64/PKGBUILD (from rev 526814, telepathy-morse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-11 19:26:33 UTC (rev 526815)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-morse
+pkgver=0.1.0
+pkgrel=3
+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")
+sha256sums=('c9c361ef965b176a43e05d204eff7d83e508f4fcc3fd842c32a57187a3c7ce8f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list