[arch-commits] Commit in progress/repos (4 files)

Felix Yan fyan at archlinux.org
Wed Aug 26 02:49:28 UTC 2015


    Date: Wednesday, August 26, 2015 @ 04:49:27
  Author: fyan
Revision: 138770

archrelease: copy trunk to community-i686, community-x86_64

Added:
  progress/repos/community-i686/
  progress/repos/community-i686/PKGBUILD
    (from rev 138769, progress/trunk/PKGBUILD)
  progress/repos/community-x86_64/
  progress/repos/community-x86_64/PKGBUILD
    (from rev 138769, progress/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: progress/repos/community-i686/PKGBUILD (from rev 138769, progress/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-26 02:49:27 UTC (rev 138770)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+# Contributor: Aurélien Chabot <contact at aurelienchabot.fr>
+# Contributor: Étienne Deparis <etienne at depar.is>
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress"
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 138769, progress/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-26 02:49:27 UTC (rev 138770)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+# Contributor: Aurélien Chabot <contact at aurelienchabot.fr>
+# Contributor: Étienne Deparis <etienne at depar.is>
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress"
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list