# Maintainer: lemen pkgname=html2text pkgver=2.0.0 pkgrel=1 pkgdesc="A commandline utility for converting HTML documents into plain text." arch=('x86_64') url="https://github.com/grobian/html2text" license=('GPL2') makedepends=('git') provides=("$pkgname") conflicts=("$pkgname-python") source=('git+https://github.com/grobian/html2text#commit=05364c1028026a87d6f45130a8e86e1ee67704d2') md5sums=('SKIP') build() { cd "$srcdir/$pkgname" ./configure make PREFIX=/usr } check() { cd "$srcdir/$pkgname" make check } package() { cd "$srcdir/$pkgname" make PREFIX=/usr DESTDIR="$pkgdir/" install }