[arch-commits] Commit in vncdotool/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 13:58:10 UTC 2021


    Date: Thursday, December 2, 2021 @ 13:58:10
  Author: felixonmars
Revision: 1061912

archrelease: copy trunk to community-staging-any

Added:
  vncdotool/repos/community-staging-any/
  vncdotool/repos/community-staging-any/PKGBUILD
    (from rev 1061911, vncdotool/trunk/PKGBUILD)

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

Copied: vncdotool/repos/community-staging-any/PKGBUILD (from rev 1061911, vncdotool/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 13:58:10 UTC (rev 1061912)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+pkgname=vncdotool
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='A command line VNC client'
+arch=('any')
+url='https://github.com/sibson/vncdotool'
+license=('MIT')
+depends=('python-pillow' 'python-twisted' 'python-zope-interface')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sibson/vncdotool/archive/v$pkgver.tar.gz)
+sha512sums=('45fba9ba3549ad575923bcfb3ab62c53b3c2d85882c87ca2b656795314b9c32aa989a1fdae280f904cb4d79f509622810ffd4d1e2977beac917f0289d6ff24a4')
+
+package() {
+    cd $pkgname-$pkgver
+
+    python setup.py install --root="$pkgdir/" --optimize=1
+    install -Dm 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}



More information about the arch-commits mailing list