File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Automatically generated by pip2arch on 2015-04-27
2
+
3
+ pkgname=python-css-html-js-minify
4
+ pkgver=1.0.13
5
+ pkgrel=1
6
+ pkgdesc=" StandAlone Async single-file cross-platform no-dependencies Unicode-ready Python3-ready Minifier for the Web."
7
+ url=" https://github.com/juancarlospaco/css-html-js-minify"
8
+ depends=(' python' ' pip' )
9
+ makedepends=(' python3' )
10
+ license=(' CUSTOM' )
11
+ arch=(' any' )
12
+ source=(' https://pypi.python.org/packages/source/c/css-html-js-minify/css-html-js-minify-1.0.13.zip' )
13
+ md5sums=(' 3566f26423f99fb702e74ecc212fa7b3' )
14
+
15
+ build () {
16
+ cd $srcdir /css-html-js-minify-1.0.13
17
+ python setup.py build
18
+ }
19
+
20
+ package () {
21
+ cd $srcdir /css-html-js-minify-1.0.13
22
+ python setup.py install --root=" $pkgdir " --optimize=1
23
+ }
You can’t perform that action at this time.
0 commit comments