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

Brett Cornwall ainola at archlinux.org
Sat Jan 12 19:00:29 UTC 2019


    Date: Saturday, January 12, 2019 @ 19:00:28
  Author: ainola
Revision: 422737

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/
  urlscan/repos/community-any/PKGBUILD
    (from rev 422736, urlscan/trunk/PKGBUILD)

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

Copied: urlscan/repos/community-any/PKGBUILD (from rev 422736, urlscan/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-12 19:00:28 UTC (rev 422737)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=urlscan
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan"
+arch=('any')
+license=('GPL')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
+sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
+
+build() {
+    cd "$pkgname-$pkgver"
+    python setup.py build
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    python setup.py test
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list