summaryrefslogtreecommitdiff
path: root/unison/Pkgfile
blob: 88681a712a2608672b5e3e1a925f829631d4101e (plain)
    1 # Description: Bi-directional file synchronization tool
    2 # Maintainer: Juergen Daubert, jue at crux dot nu
    3 # URL: https://github.com/bcpierce00/unison
    4 # Depends on: ocaml
    5 
    6 name=unison
    7 version=2.53.0
    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