mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git-annex: update to 7.20191114.
This commit is contained in:
parent
de2f9a69e7
commit
3684d837e9
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=7.20190730
|
version=7.20191114
|
||||||
revision=2
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
hostmakedepends="pkg-config ghc stack"
|
hostmakedepends="pkg-config ghc stack"
|
||||||
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
||||||
|
@ -10,13 +10,15 @@ makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
||||||
depends="git rsync curl lsof gnupg2"
|
depends="git rsync curl lsof gnupg2"
|
||||||
short_desc="Git addon for managing large files"
|
short_desc="Git addon for managing large files"
|
||||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later, MIT, BSD-2-clause, GPL-3.0-or-later,
|
||||||
|
custom:Expat, custom:MIT-twitter, GPL-2.0, custom:icon-license"
|
||||||
homepage="http://git-annex.branchable.com"
|
homepage="http://git-annex.branchable.com"
|
||||||
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b
|
checksum=e29377764d55dbec74b7020680a4871d11532b239421d44215780f9b7408c182
|
||||||
nopie_files="/usr/bin/git-annex"
|
nopie_files="/usr/bin/git-annex"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
||||||
# These install steps are pulled from the install target in the
|
# These install steps are pulled from the install target in the
|
||||||
# git-annex Makefile. The target can't be called directly because it is
|
# git-annex Makefile. The target can't be called directly because it is
|
||||||
# comingled with the Cabal build, and we're using Stackage instead
|
# comingled with the Cabal build, and we're using Stackage instead
|
||||||
|
@ -29,4 +31,5 @@ post_install() {
|
||||||
vcopy man/*.1 usr/share/man/man1
|
vcopy man/*.1 usr/share/man/man1
|
||||||
|
|
||||||
vinstall bash-completion.bash 0644 usr/share/bash-completion/completions git-annex
|
vinstall bash-completion.bash 0644 usr/share/bash-completion/completions git-annex
|
||||||
|
vlicense COPYRIGHT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue