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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:12:37 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:12:37
  Author: felixonmars
Revision: 658756

archrelease: copy trunk to community-staging-x86_64

Added:
  cgdb/repos/community-staging-x86_64/
  cgdb/repos/community-staging-x86_64/PKGBUILD
    (from rev 658754, cgdb/trunk/PKGBUILD)

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

Copied: cgdb/repos/community-staging-x86_64/PKGBUILD (from rev 658754, cgdb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 14:12:37 UTC (rev 658756)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Marek Kubica <marek at xivilization.net>
+# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
+pkgname=cgdb
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('x86_64')
+url="http://cgdb.github.io/"
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("https://github.com/cgdb/cgdb/archive/v${pkgver}.tar.gz")
+sha512sums=('050c7bad963d51c1a2cb309530319ca77e9d236f419fb0abac4ab5030ff1068d799fa626959a8b3036321711de98bddf40d264bf9367ff5697075e30ca8168c6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list