[arch-commits] Commit in (check check/trunk check/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 2 15:30:35 UTC 2018


    Date: Friday, November 2, 2018 @ 15:30:34
  Author: arojas
Revision: 401227

New checkdepends of libaccounts-glib

Added:
  check/
  check/trunk/
  check/trunk/PKGBUILD

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

Added: check/trunk/PKGBUILD
===================================================================
--- check/trunk/PKGBUILD	                        (rev 0)
+++ check/trunk/PKGBUILD	2018-11-02 15:30:34 UTC (rev 401227)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=check
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Unit testing framework for C'
+arch=(x86_64)
+url="https://libcheck.github.io/check/"
+license=(LGPL)
+depends=(gawk)
+source=(https://github.com/libcheck/check/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('31b17c6075820a434119592941186f70')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix="/usr"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list