# Maintainer: Justin Gassner pkgname=site-gen pkgver=1 pkgrel=1 pkgdesc='Site generator' arch=('any') url="https://jxir.de/" license=('GPL') depends=('katex' 'pandoc' 'pdf2svg' 'svgcleaner' 'texlive-pictures') makedepends=('git') source=("git+https://git.jxir.de/$pkgname") sha256sums=('SKIP') package() { cd "$pkgname" install -D * -t "$pkgdir/usr/lib/$pkgname" mkdir -p "$pkgdir/usr/bin" ln -s "/usr/lib/$pkgname/gen" "$pkgdir/usr/bin/gen" }