[arch-commits] Commit in urlwatch/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Dec 25 18:22:06 UTC 2016
Date: Sunday, December 25, 2016 @ 18:22:05
Author: felixonmars
Revision: 202244
archrelease: copy trunk to community-staging-any
Added:
urlwatch/repos/community-staging-any/
urlwatch/repos/community-staging-any/PKGBUILD
(from rev 202243, urlwatch/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: urlwatch/repos/community-staging-any/PKGBUILD (from rev 202243, urlwatch/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2016-12-25 18:22:05 UTC (rev 202244)
@@ -0,0 +1,26 @@
+# $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.6
+pkgrel=2
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/"
+license=('BSD')
+depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+source=("https://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz")
+sha256sums=('57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4')
+
+build() {
+ cd $pkgname-$pkgver
+ python3 setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python3 setup.py install --root="$pkgdir"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
More information about the arch-commits
mailing list