[arch-commits] Commit in cloud-utils/repos (community-any community-any/PKGBUILD)
Kpcyrd
kpcyrd at archlinux.org
Sat Mar 21 18:21:13 UTC 2020
Date: Saturday, March 21, 2020 @ 18:21:12
Author: kpcyrd
Revision: 602958
archrelease: copy trunk to community-any
Added:
cloud-utils/repos/community-any/
cloud-utils/repos/community-any/PKGBUILD
(from rev 602956, cloud-utils/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: cloud-utils/repos/community-any/PKGBUILD (from rev 602956, cloud-utils/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-03-21 18:21:12 UTC (rev 602958)
@@ -0,0 +1,21 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cloud-utils
+pkgver=0.31
+pkgrel=2
+pkgdesc="Useful set of utilities for interacting with a cloud"
+url="https://launchpad.net/cloud-utils"
+depends=('e2fsprogs' 'python' 'gptfdisk' 'ca-certificates' 'file' 'cdrtools' 'qemu-headless' 'wget')
+arch=('any')
+license=('GPL3')
+source=("https://launchpad.net/cloud-utils/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+b2sums=('78216f9dbff8b0f02be0f353079c93fc327a60113661583cbfd11dbe439b13133d5d33c679583a4109d309b78709f1d121e0c3ee42e35d5b3f25690ca6b3df3b')
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+ # clean up empty usr/share/doc/cloud-utils/
+ find "${pkgdir}" -type d -empty -delete
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list