22 lines
615 B
Bash
22 lines
615 B
Bash
# Template file for 'unison'
|
|
pkgname="unison"
|
|
version=2.48.4
|
|
revision=4
|
|
short_desc="A file-synchronization tool"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
|
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
|
checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8
|
|
hostmakedepends="ocaml"
|
|
nocross=yes
|
|
wrksrc="src"
|
|
export OCAMLPARAM="safe-string=0,_"
|
|
|
|
do_build() {
|
|
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
|
}
|
|
do_install() {
|
|
vbin unison
|
|
vbin unison-fsmonitor
|
|
}
|