I hereby claim:
- I am andrewrembrandt on github.
- I am andrewrembrandt (https://keybase.io/andrewrembrandt) on keybase.
- I have a public key ASCzCxtkkY5VGTQaSI_62VgPqqFaI1D9V5zpqtjn2wL2Tgo
To claim this, I am signing this object:
| # Maintainer: Robin Broda <robin at broda dot me> | |
| _pkgname=glava | |
| pkgname=${_pkgname}-git | |
| pkgver=r330.a2d4943 | |
| pkgrel=1 | |
| pkgdesc='OpenGL audio spectrum visualizer' | |
| arch=('x86_64') | |
| url='https://github.com/IsaacHorvath/glava' | |
| license=('GPL3') |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| find ~/.ivy2/cache -iregex '.*/docs/.*\.jar' | while read line; do | |
| echo "Extracting $line" | |
| filename=${line##*/} | |
| dirname=${filename%.*} | |
| mkdir -p $dirname | |
| cd $dirname | |
| jar xf $line | |
| cd .. |