# Description: Unison file synchronizer # URL: https://github.com/bcpierce00/unison # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: ocaml name=unison version=2.53.8 release=1 source=(https://github.com/bcpierce00/${name}/archive/v${version}/${name}-v${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }