summaryrefslogtreecommitdiff
path: root/unison/Pkgfile
blob: 0fe491db5b8fcdb931b1ccd0cb3d3c8645c266cd (plain)
    1 # Description: Bi-directional file synchronization tool
    2 # Maintainer: Juergen Daubert, jue at crux dot nu
    3 # URL: https://www.cis.upenn.edu/~bcpierce/unison/
    4 # Depends on: ocaml
    5 
    6 name=unison
    7 version=2.52.1
    8 release=1
    9 source=(https://github.com/bcpierce00/unison/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	unset CFLAGS CXXFLAGS
   14 	make UISTYLE=text THREADS=true NATIVE=true
   15 	install -d $PKG/usr/bin
   16 	install -m 0755 src/{unison,unison-fsmonitor} $PKG/usr/bin/
   17 }

Generated by cgit