mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: nomad-driver-podman-0.5.1
This commit is contained in:
parent
32c7c7180a
commit
2d347b13a6
1 changed files with 17 additions and 0 deletions
17
srcpkgs/nomad-driver-podman/template
Normal file
17
srcpkgs/nomad-driver-podman/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'nomad-driver-podman'
|
||||
pkgname=nomad-driver-podman
|
||||
version=0.5.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/hashicorp/nomad-driver-podman
|
||||
short_desc="Nomad task driver plugin for podman containers"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/hashicorp/nomad-driver-podman"
|
||||
distfiles="https://github.com/hashicorp/nomad-driver-podman/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=3465663dbe04f522886fca108e9cab3e1018c846d6a9f6946cb64537dd28dfbf
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/nomad
|
||||
mv $DESTDIR/usr/bin/nomad-driver-podman $DESTDIR/usr/libexec/nomad/
|
||||
}
|
Loading…
Add table
Reference in a new issue