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

Anatol Pomozov anatolik at archlinux.org
Fri Jan 29 19:05:52 UTC 2016


    Date: Friday, January 29, 2016 @ 20:05:51
  Author: anatolik
Revision: 159420

archrelease: copy trunk to community-any

Added:
  meson/repos/community-any/
  meson/repos/community-any/PKGBUILD
    (from rev 159419, meson/trunk/PKGBUILD)

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

Copied: meson/repos/community-any/PKGBUILD (from rev 159419, meson/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-01-29 19:05:51 UTC (rev 159420)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
+
+pkgname=meson
+pkgver=0.29.0
+pkgrel=2
+pkgdesc='SCons-like build system that use python as a front-end language and Ninja as a building backend'
+url='http://mesonbuild.com/'
+arch=(any)
+depends=(python ninja)
+#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost gtest qt5-base)
+license=(Apache)
+source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
+sha1sums=('8d8329106f7fdcefbd70d32159e34fcc46f97d05')
+
+check() {
+  cd meson-$pkgver
+#  tests require a lot of dependencies
+#  ./run_tests.py
+}
+
+package() {
+  cd meson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list