updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / scut / PKGBUILD
blob209b6057ab5041fba728951832329527204291c9
1 # Maintainer: Jan Dlabal <dlabaljan at gmail dot com>
2 pkgname=scut
3 pkgver=0.1
4 pkgrel=2
5 pkgdesc="An app to cut your screen - make a screenshot and move it around easily"
6 arch=('i686' 'x86_64')
7 url="https://github.com/houbysoft/short/blob/master/scut.py"
8 license=('GPL3')
9 depends=('scrot' 'python')
10 source=('https://github.com/houbysoft/short/raw/master/scut.py')
11 md5sums=('7753f2391781cb96770bc252619f3512')
13 build() {
14   cd  $srcdir
15   install -D scut.py "$pkgdir/usr/bin/scut"