mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
git-annex: update to 6.20180719.
This commit is contained in:
parent
16d0f3b6b6
commit
fc71066326
2 changed files with 19 additions and 4 deletions
15
srcpkgs/git-annex/files/stack.yaml
Normal file
15
srcpkgs/git-annex/files/stack.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
resolver: lts-12.4
|
||||||
|
packages:
|
||||||
|
- .
|
||||||
|
extra-deps:
|
||||||
|
- IfElse-0.85
|
||||||
|
- aws-0.20
|
||||||
|
- bloomfilter-2.0.1.0
|
||||||
|
- tasty-rerun-1.1.12
|
||||||
|
- github: bitemyapp/esqueleto
|
||||||
|
commit: 434f81ed41795e3dd0754dbc5c75c4ed098631b3
|
||||||
|
flags:
|
||||||
|
git-annex:
|
||||||
|
magicmime: false
|
||||||
|
dbus: false
|
||||||
|
torrentparser: false
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=6.20180626
|
version=6.20180719
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-10.10"
|
|
||||||
hostmakedepends="pkg-config ghc stack"
|
hostmakedepends="pkg-config ghc stack"
|
||||||
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel"
|
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
||||||
|
lsof rsync"
|
||||||
# depends are utilities required by git-annex
|
# depends are utilities required by git-annex
|
||||||
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"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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=8eca36ce61f25079a4f0eb3c23d635e64e3208645402c5d48686eb1b5bc23a72
|
checksum=6ff3cc7b6bf1f279643c811adba859ee5e9930570d0af651b52456f433b8e627
|
||||||
nopie_files="/usr/bin/git-annex"
|
nopie_files="/usr/bin/git-annex"
|
||||||
|
|
||||||
# These install steps are pulled from the install target in the
|
# These install steps are pulled from the install target in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue