[arch-commits] Commit in (4 files)

Levente Polyak anthraxx at archlinux.org
Sun Aug 2 11:42:41 UTC 2015


    Date: Sunday, August 2, 2015 @ 13:42:41
  Author: anthraxx
Revision: 137689

addpkg valabind 0.9.2-2

Added:
  valabind/
  valabind/repos/
  valabind/trunk/
  valabind/trunk/PKGBUILD

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

Added: valabind/trunk/PKGBUILD
===================================================================
--- valabind/trunk/PKGBUILD	                        (rev 0)
+++ valabind/trunk/PKGBUILD	2015-08-02 11:42:41 UTC (rev 137689)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Tool to parse vala or vapi files to transform them into swig interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list