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 <[email protected]>
+# Contributor: Andy Weidenbaum <[email protected]>
+# Contributor: Aurélien Chabot <[email protected]>
+# Contributor: Étienne Deparis <[email protected]>
+
+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 <[email protected]>
+# Contributor: Andy Weidenbaum <[email protected]>
+# Contributor: Aurélien Chabot <[email protected]>
+# Contributor: Étienne Deparis <[email protected]>
+
+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
+}

Reply via email to