[arch-commits] Commit in tdlib/repos (community-any community-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 6 10:39:39 UTC 2020


    Date: Thursday, February 6, 2020 @ 10:39:38
  Author: arojas
Revision: 563606

archrelease: copy trunk to community-any

Added:
  tdlib/repos/community-any/
  tdlib/repos/community-any/PKGBUILD
    (from rev 563605, tdlib/trunk/PKGBUILD)

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

Copied: tdlib/repos/community-any/PKGBUILD (from rev 563605, tdlib/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-02-06 10:39:38 UTC (rev 563606)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tdlib
+pkgver=0.5.0
+pkgrel=4
+pkgdesc="Algorithms for computing tree decompositions of graphs"
+arch=(any)
+url="https://github.com/freetdi/tdlib/"
+license=(GPL2)
+depends=()
+makedepends=(boost)
+source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('4cddaf2397f3ff291b0aa93b6c529edeae6af8d7337e5c9f28758042950b6264')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list