From 01bc6375f21e3e7c6c5e3204a3dc3b4529e71236 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 22 Oct 2023 02:10:31 -0500 Subject: [PATCH] New package: nomad-driver-podman-0.5.1 --- srcpkgs/nomad-driver-podman/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/nomad-driver-podman/template diff --git a/srcpkgs/nomad-driver-podman/template b/srcpkgs/nomad-driver-podman/template new file mode 100644 index 0000000000000..2dd96d5be7a9c --- /dev/null +++ b/srcpkgs/nomad-driver-podman/template @@ -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 " +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/ +}