updated on Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git] / tpu / PKGBUILD
blobd510dfd782c907b0a65d0813137d82221e464fb9
1 # Maintainer: Arm the Homeless <ratm@archlinux.us>
2 # Contributer: Arm the Homeless <ratm@archlinux.us>
4 pkgname=tpu
5 pkgver=0.2
6 pkgrel=4
7 pkgdesc="Uploads files to TinyPic and prints the result urls. If directories are given they will be recursed for images."
8 url="http://tinypic.com/"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=('zenity' 'curl' 'file')
13 source=('tpu')
14 md5sums=('0364feb16832b435d70c099c1b226e2d')
16 build() {
17         cd $srcdir
18         mkdir $pkgdir/usr $pkgdir/usr/bin
19         cp tpu $pkgdir/usr/bin
20         chmod a+x $pkgdir/usr/bin/tpu
21         return 0