23 lines
818 B
Bash
23 lines
818 B
Bash
|
# Template file for 'skopeo'
|
||
|
pkgname=skopeo
|
||
|
version=0.1.31
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/projectatomic/${pkgname}"
|
||
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||
|
hostmakedepends="go-md2man pkg-config"
|
||
|
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel libostree-devel"
|
||
|
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=f41121044ddca07afa63788302caf3582a653269c9601f7528003693d9807726
|
||
|
|
||
|
post_install() {
|
||
|
go-md2man -in docs/skopeo.1.md -out docs/skopeo.1
|
||
|
vman docs/skopeo.1
|
||
|
|
||
|
vinstall completions/bash/skopeo 644 usr/share/bash-completion/completions
|
||
|
}
|