1 # Maintainer: Chris van Dijk (quigybo) <quigybo at hotmail dot com>
2 # Contributor: Scott Olson <scott at scott-olson dot org>
8 pkgdesc="Potentially the best command line gister"
10 url="http://github.com/defunkt/gist"
12 depends=('ruby' 'git')
13 optdepends=("xclip: put pasted gist's url into X selection automagically")
14 source=("https://github.com/defunkt/${pkgname}/tarball/${_gitcommit}")
15 md5sums=('0f46e12dd46ffca626a214150a86709a')
18 cd "${srcdir}/defunkt-${pkgname}-${_gitcommit}"
20 install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
21 install -Dm644 man/${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
22 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"