16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
# Description: Bi-directional file synchronization tool
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
# URL: https://github.com/bcpierce00/unison
|
|
# Depends on: ocaml
|
|
|
|
name=unison
|
|
version=2.53.4
|
|
release=1
|
|
source=(https://github.com/bcpierce00/unison/archive/v$version/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
make
|
|
make prefix=/usr DESTDIR=$PKG install
|
|
}
|