[arch-commits] Commit in catatonit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon May 25 19:25:44 UTC 2020


    Date: Monday, May 25, 2020 @ 19:25:44
  Author: foxboron
Revision: 634932

archrelease: copy trunk to community-x86_64

Added:
  catatonit/repos/community-x86_64/PKGBUILD
    (from rev 634931, catatonit/trunk/PKGBUILD)
Deleted:
  catatonit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 19:25:36 UTC (rev 634931)
+++ PKGBUILD	2020-05-25 19:25:44 UTC (rev 634932)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
-
-pkgname=catatonit
-pkgver=0.1.5
-pkgrel=1
-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=('4c45e2230235751731da3daabe130abce70b3ef37d0b1936cbc90a46b475cf08'
-            '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

Copied: catatonit/repos/community-x86_64/PKGBUILD (from rev 634931, catatonit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 19:25:44 UTC (rev 634932)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
+
+pkgname=catatonit
+pkgver=0.1.5
+pkgrel=2
+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=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"
+        "$pkgname-$pkgver.tar.gz.asc::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz.asc")
+validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
+sha256sums=('4c45e2230235751731da3daabe130abce70b3ef37d0b1936cbc90a46b475cf08'
+            'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./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