updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / xmlformat / PKGBUILD
blobc7198955b0f4b6f832de70387354103352395ee2
1 pkgname=xmlformat
2 pkgver=1.04
3 pkgrel=1
4 pkgdesc="A configurable formatter (or pretty-printer) for XML documents"
5 url="http://www.kitebird.com/software/xmlformat/"
6 arch=('any')
7 license=('BSD')
8 depends=('ruby')
9 source=(http://www.kitebird.com/software/xmlformat/${pkgname}-${pkgver}.tar.gz)
10 md5sums=('1703822838de817cead71f6ca2041137')
12 build() {
13   cd "${srcdir}/${pkgname}-${pkgver}"
14   install -m755 xmlformat.rb -D "${pkgdir}/usr/bin/xmlformat" || return 1