[arch-commits] Commit in pbpst/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Sat Feb 13 16:03:08 UTC 2016


    Date: Saturday, February 13, 2016 @ 17:03:07
  Author: jelle
Revision: 161473

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pbpst/repos/community-i686/
  pbpst/repos/community-i686/PKGBUILD
    (from rev 161472, pbpst/trunk/PKGBUILD)
  pbpst/repos/community-x86_64/
  pbpst/repos/community-x86_64/PKGBUILD
    (from rev 161472, pbpst/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: pbpst/repos/community-i686/PKGBUILD (from rev 161472, pbpst/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-13 16:03:07 UTC (rev 161473)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Sam Stuewe <halosghost at archlinux dot info>
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
+md5sums=('3e868197a3530b59f6696d3afe83e81a')
+
+build () {
+    cd "pbpst-${pkgver}"
+    make
+}
+
+package () {
+    cd "pbpst-${pkgver}"
+    make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 161472, pbpst/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-13 16:03:07 UTC (rev 161473)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Sam Stuewe <halosghost at archlinux dot info>
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
+md5sums=('3e868197a3530b59f6696d3afe83e81a')
+
+build () {
+    cd "pbpst-${pkgver}"
+    make
+}
+
+package () {
+    cd "pbpst-${pkgver}"
+    make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}



More information about the arch-commits mailing list