[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 11 17:56:47 UTC 2017


    Date: Wednesday, January 11, 2017 @ 17:56:46
  Author: bpiotrowski
Revision: 285696

newpkg: bubblewrap 0.1.5-1

Added:
  bubblewrap/
  bubblewrap/repos/
  bubblewrap/trunk/
  bubblewrap/trunk/PKGBUILD

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

Added: bubblewrap/trunk/PKGBUILD
===================================================================
--- bubblewrap/trunk/PKGBUILD	                        (rev 0)
+++ bubblewrap/trunk/PKGBUILD	2017-01-11 17:56:46 UTC (rev 285696)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: bubblewrap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list