[arch-commits] Commit in valabind/repos (2 files)

Levente Polyak anthraxx at archlinux.org
Thu Mar 22 03:06:28 UTC 2018


    Date: Thursday, March 22, 2018 @ 03:06:28
  Author: anthraxx
Revision: 310285

archrelease: copy trunk to community-testing-x86_64

Added:
  valabind/repos/community-testing-x86_64/
  valabind/repos/community-testing-x86_64/PKGBUILD
    (from rev 310284, valabind/trunk/PKGBUILD)

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

Copied: valabind/repos/community-testing-x86_64/PKGBUILD (from rev 310284, valabind/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-22 03:06:28 UTC (rev 310285)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=valabind
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='Tool to parse vala or vapi files to transform them into swig interface files, C++, NodeJS-ffi or GIR'
+url='https://radare.org/r/'
+arch=('x86_64')
+license=('GPL3')
+depends=('sh' 'glibc' 'glib2' 'vala' 'swig')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('0d266486655c257fd993758c3e4cc8e32f0ec6f45d0c0e15bb6e6be986e4b78e')
+sha512sums=('872e4d1feed4a79cef3a43982a317cffa513b8935bd8274d54935acd263e90132ed37d34e2735e79238a0498f6bb37b6e8355dd8485e5b91902664269fbb240d')
+
+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