Date: Wednesday, August 28, 2013 @ 19:05:28 Author: jsteel Revision: 96427
Add LICENSE file Modified: curlpaste/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-28 15:31:42 UTC (rev 96426) +++ PKGBUILD 2013-08-28 17:05:28 UTC (rev 96427) @@ -1,9 +1,10 @@ # $Id$ +# Maintainer: Jonathan Steel <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> pkgname=curlpaste pkgver=1.2.1 -pkgrel=3 +pkgrel=4 pkgdesc='Utility to post text files to a number of pastebin sites using curl and Lua.' arch=('any') url='http://github.com/Kiwi/curlpaste/tree/master' @@ -11,8 +12,10 @@ depends=('curl' 'lua') provides=('curlpaste-git') backup=('etc/curlpaste.conf') -source=("http://kiwi.github.com/curlpaste/curlpaste-${pkgver}.tar.gz") -md5sums=('f0df3a17e99414e3054671c7bbe32863') +source=(http://kiwi.github.com/curlpaste/curlpaste-$pkgver.tar.gz + https://raw.github.com/Kiwi/curlpaste/master/LICENSE) +md5sums=('f0df3a17e99414e3054671c7bbe32863' + 'bade437c691452a83923e5064da20757') package() { cd "${srcdir}/${pkgname}" @@ -19,5 +22,6 @@ install -Dm0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" install -Dm0644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf" + install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }
