a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
22 lines
597 B
Bash
22 lines
597 B
Bash
# Template file for 'unison'
|
|
pkgname="unison"
|
|
version=2.51.3
|
|
revision=1
|
|
hostmakedepends="ocaml"
|
|
short_desc="A file-synchronization tool"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
|
distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
|
|
checksum=0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b
|
|
nocross="OCaml does not cross compile"
|
|
patch_args=-Np0
|
|
|
|
do_build() {
|
|
CFLAGS= make ${makejobs} UISTYLE=text DEBUGGING=false THREADS=true
|
|
}
|
|
|
|
do_install() {
|
|
vbin src/unison
|
|
vbin src/unison-fsmonitor
|
|
}
|