opt/unison/Pkgfile

16 lines
371 B
Plaintext
Raw Normal View History

2006-12-22 19:15:21 +01:00
# Description: Bi-directional file synchronization tool
2021-03-08 13:28:15 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2022-11-10 10:36:52 +01:00
# URL: https://github.com/bcpierce00/unison
2021-03-08 13:28:15 +01:00
# Depends on: ocaml
2006-02-23 16:26:10 +01:00
name=unison
2024-02-19 21:25:46 +01:00
version=2.53.4
2023-03-21 15:28:59 +01:00
release=1
2021-03-08 13:28:15 +01:00
source=(https://github.com/bcpierce00/unison/archive/v$version/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-03-08 13:28:15 +01:00
cd $name-$version
2024-02-19 21:25:46 +01:00
make
make prefix=/usr DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}