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

Morten Linderud foxboron at archlinux.org
Thu Jan 7 20:35:32 UTC 2021


    Date: Thursday, January 7, 2021 @ 20:35:32
  Author: foxboron
Revision: 812738

archrelease: copy trunk to community-x86_64

Added:
  toolbox/repos/community-x86_64/PKGBUILD
    (from rev 812737, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 20:35:25 UTC (rev 812737)
+++ PKGBUILD	2021-01-07 20:35:32 UTC (rev 812738)
@@ -1,34 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=toolbox
-pkgver=0.0.98
-pkgrel=1
-pkgdesc='Unprivileged development environment'
-arch=(x86_64)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash flatpak)
-makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=f92f2182a387a4e67fd386e5eeb3c3f236059751	#refs/tags/0.0.98^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-x86_64/PKGBUILD (from rev 812737, toolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 20:35:32 UTC (rev 812738)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=toolbox
+pkgver=0.0.98.1
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(x86_64)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash flatpak)
+makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
+_commit=dd4829a33c0a70f47dd1df504c8c5192fa78f843	#refs/tags/0.0.98.1^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  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