19 lines
611 B
Bash
19 lines
611 B
Bash
# Template file for 'darcs'
|
|
pkgname=darcs
|
|
version=2.12.4
|
|
revision=1
|
|
nocross=yes
|
|
build_style=haskell-stack
|
|
stackage="lts-7.1"
|
|
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"
|
|
checksum=48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49
|
|
nopie=yes
|
|
|
|
post_install() {
|
|
vinstall contrib/darcs_completion 644 etc/bash_completion.d
|
|
}
|