[arch-commits] Commit in catatonit/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Dec 14 13:29:44 UTC 2019


    Date: Saturday, December 14, 2019 @ 13:29:44
  Author: foxboron
Revision: 537636

upgpkg: catatonit 0.1.4-3

Added:
  catatonit/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-14 13:29:44 UTC (rev 537636)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
+
+pkgname=catatonit
+pkgver=0.1.4
+pkgrel=3
+pkgdesc="A container init that is so simple it's effectively brain-dead."
+arch=('x86_64')
+url="https://github.com/openSUSE/catatonit/"
+license=('GPL3')
+source=("https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"{,.asc})
+validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
+sha256sums=('5b6dab80839b4246484ca861764899cbc21eecaff4740d2cb6a0463bc70bf63b'
+            'SKIP')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/libexec/podman/"
+  ln -s /usr/bin/$pkgname "${pkgdir}/usr/libexec/podman/"
+}
+
+# vim: ft=sh syn=sh



More information about the arch-commits mailing list