darcs: update to 2.12.5.
This commit is contained in:
parent
dea54e6f03
commit
e337a2111f
1 changed files with 7 additions and 4 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'darcs'
|
# Template file for 'darcs'
|
||||||
pkgname=darcs
|
pkgname=darcs
|
||||||
version=2.12.4
|
version=2.12.5
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-7.1"
|
stackage="lts-7.16"
|
||||||
makedepends="zlib-devel libcurl-devel ncurses-devel"
|
makedepends="zlib-devel libcurl-devel ncurses-devel"
|
||||||
short_desc="Change-focused cross-platform version control system"
|
short_desc="Change-focused cross-platform version control system"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://darcs.net/"
|
homepage="http://darcs.net/"
|
||||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49
|
checksum=355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
||||||
|
|
||||||
|
cd .stack-work/dist/*/*/build/darcs
|
||||||
|
vman darcs.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue