[arch-commits] Commit in toolbox/repos (community-any community-any/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 10 13:41:04 UTC 2019


    Date: Thursday, October 10, 2019 @ 13:41:03
  Author: bpiotrowski
Revision: 514456

archrelease: copy trunk to community-any

Added:
  toolbox/repos/community-any/
  toolbox/repos/community-any/PKGBUILD
    (from rev 514455, toolbox/trunk/PKGBUILD)

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

Copied: toolbox/repos/community-any/PKGBUILD (from rev 514455, toolbox/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-10-10 13:41:03 UTC (rev 514456)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=toolbox
+pkgver=0.0.15
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(any)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash)
+makedepends=(shellcheck go-md2man bash-completion ninja git meson)
+_commit=0ee5b592a2a82cbff0171405d782783e17f4f579
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list