New package: umoci-0.4.0
This commit is contained in:
parent
a0109c5b50
commit
9d16602bf7
1 changed files with 21 additions and 0 deletions
21
srcpkgs/umoci/template
Normal file
21
srcpkgs/umoci/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'umoci'
|
||||
pkgname=umoci
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/openSUSE/umoci
|
||||
go_package="${go_import_path}/cmd/${pkgname}"
|
||||
hostmakedepends="git go-md2man"
|
||||
short_desc="Umoci Modifies Open Container Images"
|
||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://umo.ci"
|
||||
distfiles="https://${go_import_path}/archive/v$version.tar.gz"
|
||||
checksum=66997e270dee8abc9796385b162a1e8e32dd2ee2359e5200af4e6671cc1e76a0
|
||||
|
||||
post_install() {
|
||||
make doc
|
||||
for m in doc/man/*.1; do
|
||||
vman "${m}"
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue