# Template file for 'git-annex' pkgname=git-annex version=7.20190730 revision=2 build_style=haskell-stack hostmakedepends="pkg-config ghc stack" makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel lsof rsync" # depends are utilities required by git-annex depends="git rsync curl lsof gnupg2" short_desc="Git addon for managing large files" maintainer="Evan Deaubl " license="AGPL-3.0-or-later" homepage="http://git-annex.branchable.com" distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz" checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b nopie_files="/usr/bin/git-annex" nocross=yes # These install steps are pulled from the install target in the # git-annex Makefile. The target can't be called directly because it is # comingled with the Cabal build, and we're using Stackage instead # Make sure they are in sync with each version upgrade post_install() { ln -sf git-annex ${DESTDIR}/usr/bin/git-annex-shell ln -sf git-annex ${DESTDIR}/usr/bin/git-remote-tor-annex vmkdir usr/share/man/man1 vcopy man/*.1 usr/share/man/man1 vinstall bash-completion.bash 0644 usr/share/bash-completion/completions git-annex }