darcs: update to 2.14.2.
This commit is contained in:
parent
c57550327f
commit
9a0fe9336a
2 changed files with 10 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-13.5
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- sandi-0.4.3
|
||||
- graphviz-2999.20.0.3
|
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'darcs'
|
||||
pkgname=darcs
|
||||
version=2.14.1
|
||||
revision=2
|
||||
version=2.14.2
|
||||
revision=1
|
||||
build_style=haskell-stack
|
||||
stackage="lts-12.0"
|
||||
hostmakedepends="unzip"
|
||||
makedepends="zlib-devel libcurl-devel ncurses-devel"
|
||||
short_desc="Change-focused cross-platform version control system"
|
||||
|
@ -11,12 +10,12 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://darcs.net/"
|
||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=61ddbc99acaf06df3a114437064e9241e0da467c23d1d3fb520a782eee32cd35
|
||||
checksum=65d160a43874960dcba114c0b74d9c7b25d098486f515655502f42ff0c22a27e
|
||||
nopie_files="/usr/bin/darcs"
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
||||
vinstall contrib/darcs_completion 644 usr/share/bash-completion/completions
|
||||
|
||||
cd .stack-work/dist/*/*/build/darcs
|
||||
vman darcs.1
|
||||
|
|
Loading…
Reference in a new issue