summaryrefslogtreecommitdiffstats
path: root/ix/PKGBUILD
blob: 397e8ca9c8591ec9e8cf69acf551b89d500cc04a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=ix
pkgver=0.3
pkgrel=1
pkgdesc="client for the  ix.io pastebin"
arch=('any')
url="http://ix.io"
license=('NONE')
depends=('python')
source=(http://ix.io/client)

build() {
  cd "$srcdir"
  install -D -m755 client $pkgdir/usr/bin/ix
}

# vim:set ts=2 sw=2 et:
md5sums=('871988a71ced3dd347a39694936f65e4')
sha256sums=('4cac701dd437aba2ec30672e8751c792be1f17a8721018e8e13bdd892c93c60b')