2015-08-15 22:05:02 +02:00
|
|
|
# Template file for 'darcs'
|
|
|
|
pkgname=darcs
|
2016-04-30 13:28:34 +02:00
|
|
|
version=2.12.0
|
2015-11-11 13:21:14 +01:00
|
|
|
revision=1
|
2015-08-15 22:05:02 +02:00
|
|
|
nocross=yes
|
2015-09-14 16:14:08 +02:00
|
|
|
build_style=haskell-stack
|
2016-04-30 13:28:34 +02:00
|
|
|
stackage="lts-5.14"
|
2015-08-15 22:05:02 +02:00
|
|
|
hostmakedepends="ghc stack"
|
|
|
|
makedepends="zlib-devel libcurl-devel ncurses-devel"
|
|
|
|
short_desc="Change-focused cross-platform version control system"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://darcs.net/"
|
|
|
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
2016-04-30 13:28:34 +02:00
|
|
|
checksum=17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d
|
2016-02-01 13:59:22 +01:00
|
|
|
nopie=yes
|
2015-08-15 22:05:02 +02:00
|
|
|
|
2015-09-14 16:14:08 +02:00
|
|
|
post_install() {
|
2015-08-15 22:05:02 +02:00
|
|
|
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
|
|
|
}
|