summaryrefslogtreecommitdiffstats
path: root/fb-client/PKGBUILD
blob: 0a20c9555674a851805ce25b780ba4285f83e5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Florian "Bluewind" Pritz <flo@xssn.at>
pkgname=fb-client
pkgver=0.6.3.2
pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=('any')
url="http://paste.xinu.at"
license=('custom:WTFPLv2')
depends=('curl')
optdepends=('xclip: for automatically copying the URL into the clipboard')
source=("http://paste.xinu.at/data/client/fb-${pkgver}" "http://paste.xinu.at/data/client/COPYING")

build() {
  cd "$srcdir"
  install -Dm755 fb-${pkgver} "$pkgdir/usr/bin/fb"
  install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}

# vim:set ts=2 sw=2 et:
md5sums=('8afaf9b3973b7fe2259aa8b02264b541'
         'dcd8c4d69ca6c3eba9bee2599456e4ac')
sha1sums=('746df5071497ee4467adbeb9bfde50c9a7afce32'
          '497e6c7df473efe197c4f1450348dd0e893c706e')