[arch-commits] Commit in closure-linter/repos (2 files)

Ike Devolder idevolder at nymeria.archlinux.org
Sun Aug 18 12:48:25 UTC 2013


    Date: Sunday, August 18, 2013 @ 14:48:25
  Author: idevolder
Revision: 95891

archrelease: copy trunk to community-testing-any

Added:
  closure-linter/repos/community-testing-any/
  closure-linter/repos/community-testing-any/PKGBUILD
    (from rev 95890, closure-linter/trunk/PKGBUILD)

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

Copied: closure-linter/repos/community-testing-any/PKGBUILD (from rev 95890, closure-linter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-18 12:48:25 UTC (rev 95891)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+pkgname=closure-linter
+pkgver=2.3.11
+pkgrel=2
+pkgdesc="A JavaScript style checker and style fixer"
+arch=('any')
+url="http://code.google.com/closure"
+license=('APACHE')
+depends=('python2-gflags' 'python2-setuptools')
+source=("http://$pkgname.googlecode.com/files/${pkgname/-/_}-$pkgver.tar.gz")
+
+build() {
+	cd ${pkgname/-/_}-$pkgver
+	python2 setup.py build
+}
+
+package() {
+	cd ${pkgname/-/_}-$pkgver
+	python2 setup.py install --root="$pkgdir"
+}
+sha256sums=('a17790366c8cf07c932aafc8f1945e550b3f381178e1a8aad0f6cc75d41510f6')




More information about the arch-commits mailing list