[arch-commits] Commit in (tut tut/repos tut/trunk tut/trunk/PKGBUILD)
Felix Yan
fyan at archlinux.org
Mon Nov 2 07:24:44 UTC 2015
Date: Monday, November 2, 2015 @ 08:24:44
Author: fyan
Revision: 145555
addpkg: tut 0.0.4-1
Added:
tut/
tut/repos/
tut/trunk/
tut/trunk/PKGBUILD
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Added: tut/trunk/PKGBUILD
===================================================================
--- tut/trunk/PKGBUILD (rev 0)
+++ tut/trunk/PKGBUILD 2015-11-02 07:24:44 UTC (rev 145555)
@@ -0,0 +1,33 @@
+# $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"
+}
Property changes on: tut/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list