From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- opt/catatonit/MAKEPKG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 opt/catatonit/MAKEPKG (limited to 'opt/catatonit/MAKEPKG') diff --git a/opt/catatonit/MAKEPKG b/opt/catatonit/MAKEPKG new file mode 100644 index 0000000..76731fc --- /dev/null +++ b/opt/catatonit/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: Minimal init for containers (pause process) +# url: https://github.com/openSUSE/catatonit + +name=catatonit +version=0.2.1 +release=1 +depends=() +makedeps=(autoconf automake libtool) +source=(https://github.com/openSUSE/$name/archive/refs/tags/v$version.tar.gz) + +sha256sums=( + "771385049516fdd561fbb9164eddf376075c4c7de3900a8b18654660172748f1" +) + +build() { + cd $name-$version + + autoreconf -fiv + ./configure \ + --prefix=/usr + + make + install -Dm755 $name $PKG/usr/libexec/podman/$name +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1