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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:25:39 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:25:39
  Author: felixonmars
Revision: 333884

archrelease: copy trunk to community-any

Added:
  tut/repos/community-any/PKGBUILD
    (from rev 333882, tut/trunk/PKGBUILD)
Deleted:
  tut/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:25:38 UTC (rev 333883)
+++ PKGBUILD	2018-05-31 02:25:39 UTC (rev 333884)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=tut
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="C++ unit test framework"
-arch=('any')
-url="https://git.merproject.org/mer-core/tut"
-license=('BSD')
-makedepends=('git' 'python2')
-source=("git+https://git.merproject.org/mer-core/tut.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd tut
-  
-  python2 waf configure --prefix=/usr
-  python2 waf build
-}
-
-check() {
-  cd tut
-  
-  python2 waf test
-}
-
-package() {
-  cd tut
-
-  python2 waf install --destdir="$pkgdir"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: tut/repos/community-any/PKGBUILD (from rev 333882, tut/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:25:39 UTC (rev 333884)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=tut
+pkgver=0.0.4
+pkgrel=2
+pkgdesc="C++ unit test framework"
+arch=('any')
+url="https://git.merproject.org/mer-core/tut"
+license=('BSD')
+makedepends=('git' 'python2')
+source=("git+https://git.merproject.org/mer-core/tut.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd tut
+  
+  python2 waf configure --prefix=/usr
+  python2 waf build
+}
+
+check() {
+  cd tut
+  
+  python2 waf test
+}
+
+package() {
+  cd tut
+
+  python2 waf install --destdir="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list