[arch-commits] Commit in (4 files)

Levente Polyak anthraxx at archlinux.org
Tue May 15 21:33:15 UTC 2018


    Date: Tuesday, May 15, 2018 @ 21:33:15
  Author: anthraxx
Revision: 322529

upgpkg: gdb-dashboard 0.4.0-2

Added:
  gdb-dashboard/
  gdb-dashboard/repos/
  gdb-dashboard/trunk/
  gdb-dashboard/trunk/PKGBUILD

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

Added: gdb-dashboard/trunk/PKGBUILD
===================================================================
--- gdb-dashboard/trunk/PKGBUILD	                        (rev 0)
+++ gdb-dashboard/trunk/PKGBUILD	2018-05-15 21:33:15 UTC (rev 322529)
@@ -0,0 +1,22 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=gdb-dashboard
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha512sums=('42455d953d12258fdb2126372705dd068631df8d2178055bb1f5c1532b08eb7f9458076df82750a84b644217cad1fe9d26fd2181855fd3000f895cb86c430272')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list