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

pkgname=fb-client
pkgver=2.1.1
pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=("any")
url="https://paste.xinu.at"
license=('GPL3')
depends=('python' 'python-pycurl' 'python-xdg')
optdepends=('xclip: for automatically copying the URL into the clipboard')
source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
md5sums=('89b8cbe0675bbacaebb4386df7f2958c'
         '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:
