[arch-commits] Commit in urlscan/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 4 07:52:10 UTC 2019
Date: Monday, November 4, 2019 @ 07:52:09
Author: felixonmars
Revision: 523594
archrelease: copy trunk to community-staging-any
Added:
urlscan/repos/community-staging-any/
urlscan/repos/community-staging-any/PKGBUILD
(from rev 523592, urlscan/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: urlscan/repos/community-staging-any/PKGBUILD (from rev 523592, urlscan/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-11-04 07:52:09 UTC (rev 523594)
@@ -0,0 +1,26 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=urlscan
+pkgver=0.9.4
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan"
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+ 'xclip: Clipboard support for X11 environments'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
+sha256sums=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
+
+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