[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 25 08:02:07 UTC 2017


    Date: Wednesday, January 25, 2017 @ 08:02:06
  Author: felixonmars
Revision: 208984

addpkg: nvchecker 0.4.3-1

Added:
  nvchecker/
  nvchecker/repos/
  nvchecker/trunk/
  nvchecker/trunk/PKGBUILD

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

Added: nvchecker/trunk/PKGBUILD
===================================================================
--- nvchecker/trunk/PKGBUILD	                        (rev 0)
+++ nvchecker/trunk/PKGBUILD	2017-01-25 08:02:06 UTC (rev 208984)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nvchecker
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="New version checker for software"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker"
+license=('MIT')
+depends=('python-setuptools' 'python-tornado')
+makedepends=('git')
+checkdepends=('python-pytest-runner')
+source=("git+https://github.com/lilydjwg/nvchecker.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd nvchecker
+  python setup.py build
+}
+
+check() {
+  cd nvchecker
+  python setup.py pytest
+}
+
+package() {
+  cd nvchecker
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: nvchecker/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list