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

Jelle van der Waa jelle at archlinux.org
Tue May 12 21:04:37 UTC 2020


    Date: Tuesday, May 12, 2020 @ 21:04:36
  Author: jelle
Revision: 383315

archrelease: copy trunk to community-any

Added:
  scour/repos/community-any/
  scour/repos/community-any/PKGBUILD
    (from rev 383314, scour/trunk/PKGBUILD)

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

Copied: scour/repos/community-any/PKGBUILD (from rev 383314, scour/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-05-12 21:04:36 UTC (rev 383315)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=scour
+pkgver=0.37
+pkgrel=5
+pkgdesc='An SVG scrubber'
+arch=('any')
+url='https://github.com/codedread/scour'
+license=('Apache')
+depends=('python-setuptools' 'python-six')
+makedepends=('git' 'python-setuptools' 'python-six')
+source=("git+https://github.com/scour-project/scour.git#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+  cd scour
+  python setup.py build
+}
+
+package() {
+  cd scour
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list