Skip to content

Instantly share code, notes, and snippets.

@schferbe
schferbe / PKGBUILD
Created June 26, 2017 17:35
git-latexdiff PKGBUILD
# Maintainer: Benjamin Chrétien <chretien at lirmm dot fr>
pkgname=git-latexdiff
pkgver=1.2.0
pkgrel=1
pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
arch=('any')
url="https://gitlab.com/git-latexdiff/git-latexdiff"
license=('GPL')
depends=('texlive-core' 'texlive-bin' 'git')
source=("v${pkgver}.tar.gz"::"https://gitlab.com/${pkgname}/${pkgname}/repository/archive.tar.gz?ref=v${pkgver}")