summaryrefslogtreecommitdiffstats
path: root/ix/PKGBUILD
blob: 67a80fd0c4ce1df3ec97439e7b4cf8df0b2ca72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Florian Pritz <f-p@gmx.at>
pkgname=ix
pkgver=0.4
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=('919431495c143cb810e76d650aa5e38d')
sha256sums=('8968db5c486a12c00257190f07659f7fbd9ab8d9c6c4e49c66c12d5605849a24')