#Maintainer: Xyne pkgname=bash-xyne-common_functions pkgver=1.3 pkgrel=1 pkgdesc="Xyne's commonly used bash functions." optdepends=('curl: for webpage interaction' 'wget: for webpage interaction') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/info/${pkgname}" source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz) md5sums=('a560d3c0e761c80ac8e41af51471bfb9') build() { _file="common_functions" install -D -m644 $srcdir/$pkgname/$_file $pkgdir/usr/share/xyne/bash/$_file } # vim: set ts=2 sw=2 et: