Skip to content

Commit cc5ca85

Browse files
[SKIP CI] Add ArchLinux PKGBUILD
1 parent 359f047 commit cc5ca85

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

PKGBUILD

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)