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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 15:56:34 UTC 2018


    Date: Monday, July 23, 2018 @ 15:56:33
  Author: foutrelis
Revision: 363088

archrelease: copy trunk to community-staging-any

Added:
  urlwatch/repos/community-staging-any/
  urlwatch/repos/community-staging-any/PKGBUILD
    (from rev 363087, urlwatch/trunk/PKGBUILD)

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

Copied: urlwatch/repos/community-staging-any/PKGBUILD (from rev 363087, urlwatch/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 15:56:33 UTC (rev 363088)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Skydrome <skydrome at i2pmail.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=urlwatch
+pkgver=2.13
+pkgrel=2
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/"
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+            'python-beautifulsoup4: prettify HTML'
+            'python-html2text: convert HTML to plain text')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
+sha256sums=('b9808d20129cfa47ea1d774e348890fa9fa6c61e894e605b4684bacaff058405')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list