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

Dave Reisner dreisner at nymeria.archlinux.org
Wed May 7 02:14:21 UTC 2014


    Date: Wednesday, May 7, 2014 @ 04:14:20
  Author: dreisner
Revision: 110791

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/
  pkgbuild-introspection/repos/community-any/PKGBUILD
    (from rev 110790, pkgbuild-introspection/trunk/PKGBUILD)

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

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 110790, pkgbuild-introspection/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-05-07 02:14:20 UTC (rev 110791)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=1
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url="https://github.com/falconindy/pkgbuild-introspection"
+license=('MIT')
+arch=('any')
+makedepends=('git')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('6ba933980e2848c7465c9571eca6cb13'
+         'SKIP')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list