# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>

pkgname=fb-client
pkgver=1.4.2
pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=('i686' 'x86_64')
url="http://paste.xinu.at"
license=('GPL3')
depends=('curl' 'bash')
optdepends=('xclip: for automatically copying the URL into the clipboard')
source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
md5sums=('1672ac082bb726bac0d14611a8d7fcd8'
         'SKIP')
validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")

build() {
  cd "$srcdir/fb-$pkgver"

  make
}

package() {
  cd "$srcdir/fb-$pkgver"

  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et:
