Date: Thursday, January 9, 2020 @ 14:31:25
  Author: mtorromeo
Revision: 551233

archrelease: copy trunk to community-x86_64

Added:
  cockpit-podman/repos/
  cockpit-podman/repos/community-x86_64/
  cockpit-podman/repos/community-x86_64/PKGBUILD
    (from rev 551232, cockpit-podman/trunk/PKGBUILD)

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

Copied: cockpit-podman/repos/community-x86_64/PKGBUILD (from rev 551232, 
cockpit-podman/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2020-01-09 14:31:25 UTC (rev 551233)
@@ -0,0 +1,17 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=cockpit-podman
+pkgver=12
+pkgrel=1
+pkgdesc='Cockpit UI for podman containers'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-podman'
+license=(LGPL)
+depends=(cockpit podman)
+source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('43fa9fd532c2880715e362badd70394ba1a30455efbca0bc1ec166e08e5ab1cf')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to