Created
June 26, 2017 17:35
-
-
Save schferbe/6b6741f8b4400c744cc9882b9aa96eba to your computer and use it in GitHub Desktop.
git-latexdiff PKGBUILD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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}") | |
| sha256sums=("76b19b623749025bde0617776237dbd6763a21d19cd6b6b353765846dac766ec") | |
| package() { | |
| cd `ls -d ${srcdir}/git-latexdiff-v${pkgver}-*` | |
| install -m 755 -D git-latexdiff ${pkgdir}/usr/bin/git-latexdiff | |
| } | |
| # vim:set ts=2 sw=2 et: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment