[arch-commits] Commit in archey3/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 01:29:23 UTC 2021
Date: Friday, December 3, 2021 @ 01:29:22
Author: foutrelis
Revision: 1064664
archrelease: copy trunk to community-staging-any
Added:
archey3/repos/community-staging-any/
archey3/repos/community-staging-any/PKGBUILD
(from rev 1064663, archey3/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 1064663, archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-03 01:29:22 UTC (rev 1064664)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Laurie Clark-Michalek <bluepeppers at archlinux.us>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+# the PKGBUILD at https://github.com/lclarkmichalek/archey3/blob/master/PKGBUILD says 0.5
+pkgver=0.5
+pkgrel=12
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='https://lclarkmichalek.github.io/archey3/'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command'
+ 'python-logbook: alternative logging system')
+source=('git+https://github.com/lclarkmichalek/archey3#commit=ac687529ec6208954f09c29f01760c66f73b1d10')
+md5sums=('SKIP')
+
+package() {
+ cd "$pkgname"
+
+ python setup.py install --root="$pkgdir"
+}
+
+# getver: -d 2 -u 5
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list