[arch-commits] Commit in python-pyqtgraph/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Aug 14 23:30:21 UTC 2018


    Date: Tuesday, August 14, 2018 @ 23:30:20
  Author: ffy00
Revision: 371665

add missing license

Modified:
  python-pyqtgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 23:29:56 UTC (rev 371664)
+++ PKGBUILD	2018-08-14 23:30:20 UTC (rev 371665)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 # Contributor: Windel Bouwman <windel at windel dot nl>
 # Contributor: Jakub Klinkovský <kuba.klinkovsky at gmail.com>
@@ -24,5 +25,7 @@
 package() {
   cd "$srcdir"/$_pkgname-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



More information about the arch-commits mailing list