skopeo: update to 0.1.39.
skopeo: use containers.image policy.json
This commit is contained in:
parent
c2887a85db
commit
323c827e23
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'skopeo'
|
||||
pkgname=skopeo
|
||||
version=0.1.37
|
||||
version=0.1.39
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/${pkgname}"
|
||||
|
@ -8,12 +8,13 @@ go_package="${go_import_path}/cmd/${pkgname}"
|
|||
go_build_tags="containers_image_ostree_stub"
|
||||
hostmakedepends="go-md2man pkg-config"
|
||||
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
|
||||
depends="containers.image"
|
||||
short_desc="Utility for operations on container images and image repositories"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/skopeo"
|
||||
distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=49c0c1b2c2f32422d3230f827ae405fc554fb34af41a54e59b2121ac1500505d
|
||||
checksum=e9d70f7f7b891675a816f06a22df0490285ad20eefbd91f5da69ca12f56c29f2
|
||||
make_dirs="/var/lib/atomic/sigstore 0755 root root"
|
||||
|
||||
post_build() {
|
||||
|
@ -23,8 +24,4 @@ post_build() {
|
|||
post_install() {
|
||||
vman docs/skopeo.1
|
||||
vinstall completions/bash/skopeo 644 usr/share/bash-completion/completions
|
||||
vmkdir etc/containers
|
||||
vinstall default-policy.json 644 etc/containers policy.json
|
||||
vmkdir etc/containers/registries.d
|
||||
vinstall default.yaml 644 etc/containers/registries.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue