# Maintainer: Felix Yan # Maintainer: Caleb Maclennan pkgname=pandoc-cli pkgver=1 pkgrel=1 pkgdesc="Conversion between documentation formats" url="https://pandoc.org" license=("GPL-2.0-or-later") arch=('x86_64') provides=('pandoc') conflicts=('pandoc') replaces=('pandoc') source=("git+https://github.com/tatokis/nodoc.git") sha256sums=('SKIP') build() { cd nodoc make } package() { cd nodoc install -D -m755 pandoc -t "$pkgdir"/usr/bin/ }