# Compiling Time: 0 SBU
# Maintainer: James Buren <ryuo@frugalware.org>

pkgname=wgetpaste
pkgver=2.30
pkgrel=1
pkgdesc="A bash script for automating pasting to pastebins."
url="http://wgetpaste.zlin.dk/"
rodepends=('bash' 'wget')
groups=('apps-extra')
archs=('x86_64')
up2date="Flasttar $url"
source=($url/$pkgname-$pkgver.tar.bz2 $url/wgetpaste.example)
sha1sums=('bdfcf84320351cae0f4453dd6e2b66741782dac3' \
          '090e322d2b3533dfc614ed896963274f238cfcc1')

build()
{
	Fexe $pkgname-$pkgver/$pkgname /usr/bin/$pkgname
	Ffile $pkgname.example /etc/$pkgname.conf.example
}

# optimization OK
