Date: Thursday, October 7, 2021 @ 20:46:42 Author: foxboron Revision: 1027997
archrelease: copy trunk to community-x86_64 Added: skopeo/repos/community-x86_64/PKGBUILD (from rev 1027996, skopeo/trunk/PKGBUILD) Deleted: skopeo/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 87 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-10-07 20:46:36 UTC (rev 1027996) +++ PKGBUILD 2021-10-07 20:46:42 UTC (rev 1027997) @@ -1,44 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> - -pkgname=skopeo -pkgver=1.4.1 -pkgrel=1 -pkgdesc='A command line utility for various operations on container images and image repositories.' -arch=(x86_64) -url='https://github.com/containers/skopeo' -license=(APACHE) -depends=(gpgme device-mapper containers-common) -makedepends=(go go-md2man btrfs-progs git systemd) -_commit=130f32f047b7bf9b1fb4f95c4c5b1da6255e4829 #refs/tags/v1.4.1^{} -options=(!strip) -source=(git+$url#commit=$_commit) -sha256sums=('SKIP') - -pkgver() { - cd ${pkgname} - git describe --tags | sed 's/^v//;s/-/+/g' -} - -prepare(){ - cd ${pkgname} - sed -i 's|.PHONY: bin/skopeo||' Makefile - sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile -} - -build() { - cd ${pkgname} - export CGO_LDFLAGS="${LDFLAGS}" - export CGO_CFLAGS="${CFLAGS}" - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" BUILDTAGS='containers_image_ostree_stub' - make docs -} - -package() { - cd $pkgname - make DESTDIR="${pkgdir}" PREFIX="/usr" install - rm -rf "${pkgdir}/etc/containers/registries.d" - rm "${pkgdir}/etc/containers/policy.json" -} Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 1027996, skopeo/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-10-07 20:46:42 UTC (rev 1027997) @@ -0,0 +1,43 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> + +pkgname=skopeo +pkgver=1.5.0 +pkgrel=1 +pkgdesc='A command line utility for various operations on container images and image repositories.' +arch=(x86_64) +url='https://github.com/containers/skopeo' +license=(APACHE) +depends=(gpgme device-mapper containers-common) +makedepends=(go go-md2man btrfs-progs git systemd) +_commit=209a993159eae02f037d01efc001feb57577c2ef #refs/tags/v1.5.0 +source=(git+$url#commit=$_commit) +sha256sums=('SKIP') + +pkgver() { + cd ${pkgname} + git describe --tags | sed 's/^v//;s/-/+/g' +} + +prepare(){ + cd ${pkgname} + sed -i 's|.PHONY: bin/skopeo||' Makefile + sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile +} + +build() { + cd ${pkgname} + export CGO_LDFLAGS="${LDFLAGS}" + export CGO_CFLAGS="${CFLAGS}" + export CGO_CPPFLAGS="${CPPFLAGS}" + export CGO_CXXFLAGS="${CXXFLAGS}" + make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" BUILDTAGS='containers_image_ostree_stub' + make docs +} + +package() { + cd $pkgname + make DESTDIR="${pkgdir}" PREFIX="/usr" install + rm -rf "${pkgdir}/etc/containers/registries.d" + rm "${pkgdir}/etc/containers/policy.json" +}