darcs: update to 2.14.0.
This commit is contained in:
parent
b18f091693
commit
c99bde9982
2 changed files with 11 additions and 5 deletions
6
srcpkgs/darcs/files/stack.yaml
Normal file
6
srcpkgs/darcs/files/stack.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
resolver: lts-11.3
|
||||
extra-deps:
|
||||
- fgl-5.5.4.0
|
||||
- graphviz-2999.19.0.0
|
||||
- sandi-0.4.2
|
||||
- shelly-1.6.9
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'darcs'
|
||||
pkgname=darcs
|
||||
version=2.12.5
|
||||
version=2.14.0
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=haskell-stack
|
||||
stackage="lts-7.16"
|
||||
hostmakedepends="unzip"
|
||||
makedepends="zlib-devel libcurl-devel ncurses-devel"
|
||||
short_desc="Change-focused cross-platform version control system"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0"
|
||||
homepage="http://darcs.net/"
|
||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553
|
||||
nopie=yes
|
||||
checksum=19fa0882a1485f03ab0552d6f01d538c2b286c4a38a1fe502e9cf2a78f782803
|
||||
nopie_files="/usr/bin/darcs"
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
||||
|
|
Loading…
Reference in a new issue