[arch-commits] Commit in ueberzug/repos (community-any community-any/PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon Jul 6 03:56:49 UTC 2020


    Date: Monday, July 6, 2020 @ 03:56:49
  Author: polyzen
Revision: 657955

archrelease: copy trunk to community-any

Added:
  ueberzug/repos/community-any/
  ueberzug/repos/community-any/PKGBUILD
    (from rev 657954, ueberzug/trunk/PKGBUILD)

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

Copied: ueberzug/repos/community-any/PKGBUILD (from rev 657954, ueberzug/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-06 03:56:49 UTC (rev 657955)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: arkhan <arkhan at disroot.org>
+
+pkgname=ueberzug
+pkgver=18.1.6
+pkgrel=2
+pkgdesc='Command line util which allows to display images in combination with X11'
+arch=('any')
+url=https://github.com/seebye/ueberzug
+license=('GPL3')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
+         'python-psutil' 'python-setuptools' 'python-xlib')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('cbdf1006f7c2c6872c9d68a2b883dc278ceea155c207966da95eafb973c2498d')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list